Deleted Added
full compact
Makefile (183007) Makefile (188895)
1#$FreeBSD: head/rescue/rescue/Makefile 183007 2008-09-13 19:56:37Z imp $
1#$FreeBSD: head/rescue/rescue/Makefile 188895 2009-02-21 15:04:31Z ru $
2# @(#)Makefile 8.1 (Berkeley) 6/2/93
3
4NO_MAN=
2# @(#)Makefile 8.1 (Berkeley) 6/2/93
3
4NO_MAN=
5WITHOUT_SSP=
6
7.include <bsd.own.mk>
5
6.include <bsd.own.mk>
7MK_SSP= no
8
9PROG= rescue
10BINDIR?=/rescue
11
12# Shell scripts need #! line to be edited from /bin/sh to /rescue/sh
13SCRIPTS= nextboot_FIXED
14SCRIPTSNAME_nextboot_FIXED= nextboot
15nextboot_FIXED: ../../sbin/reboot/nextboot.sh

--- 335 unchanged lines hidden ---
8
9PROG= rescue
10BINDIR?=/rescue
11
12# Shell scripts need #! line to be edited from /bin/sh to /rescue/sh
13SCRIPTS= nextboot_FIXED
14SCRIPTSNAME_nextboot_FIXED= nextboot
15nextboot_FIXED: ../../sbin/reboot/nextboot.sh

--- 335 unchanged lines hidden ---