Deleted Added
full compact
Makefile (133799) Makefile (136910)
1#$FreeBSD: head/rescue/rescue/Makefile 133799 2004-08-16 03:16:48Z marius $
1#$FreeBSD: head/rescue/rescue/Makefile 136910 2004-10-24 15:33:08Z ru $
2# @(#)Makefile 8.1 (Berkeley) 6/2/93
3
4PROG= rescue
5BINDIR?=/rescue
6
7# Shell scripts need #! line to be edited from /bin/sh to /rescue/sh
8SCRIPTS= nextboot_FIXED
9SCRIPTSNAME_nextboot_FIXED= nextboot.sh

--- 200 unchanged lines hidden (view full) ---

210OUTPUTS=$(OUTMK) $(OUTC) $(PROG).cache
211CRUNCHOBJS= ${.OBJDIR}
212.if defined(MAKEOBJDIRPREFIX)
213CANONICALOBJDIR:= ${MAKEOBJDIRPREFIX}${.CURDIR}
214.else
215CANONICALOBJDIR:= /usr/obj${.CURDIR}
216.endif
217
2# @(#)Makefile 8.1 (Berkeley) 6/2/93
3
4PROG= rescue
5BINDIR?=/rescue
6
7# Shell scripts need #! line to be edited from /bin/sh to /rescue/sh
8SCRIPTS= nextboot_FIXED
9SCRIPTSNAME_nextboot_FIXED= nextboot.sh

--- 200 unchanged lines hidden (view full) ---

210OUTPUTS=$(OUTMK) $(OUTC) $(PROG).cache
211CRUNCHOBJS= ${.OBJDIR}
212.if defined(MAKEOBJDIRPREFIX)
213CANONICALOBJDIR:= ${MAKEOBJDIRPREFIX}${.CURDIR}
214.else
215CANONICALOBJDIR:= /usr/obj${.CURDIR}
216.endif
217
218NOMAN= true
218NOMAN=
219CLEANFILES+= $(CONF) *.o *.lo *.c *.mk *.cache *.a *.h
220
221# Program names and their aliases contribute hardlinks to 'rescue' executable,
222# except for those that get suppressed.
223.for D in $(CRUNCH_SRCDIRS)
224.for P in $(CRUNCH_PROGS_$(D))
225.ifndef CRUNCH_SUPPRESS_LINK_${P}
226LINKS+= $(BINDIR)/$(PROG) $(BINDIR)/$(P)

--- 92 unchanged lines hidden ---
219CLEANFILES+= $(CONF) *.o *.lo *.c *.mk *.cache *.a *.h
220
221# Program names and their aliases contribute hardlinks to 'rescue' executable,
222# except for those that get suppressed.
223.for D in $(CRUNCH_SRCDIRS)
224.for P in $(CRUNCH_PROGS_$(D))
225.ifndef CRUNCH_SUPPRESS_LINK_${P}
226LINKS+= $(BINDIR)/$(PROG) $(BINDIR)/$(P)

--- 92 unchanged lines hidden ---