diff options
author | brooks <brooks@FreeBSD.org> | 2005-06-07 04:51:24 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2005-06-07 04:51:24 +0000 |
commit | 381814902f4b61ed0005ff93023488dfd79a1634 (patch) | |
tree | fdd1260997665e5964a5ed015fed0109ca7b7cf3 /rescue | |
parent | 980b20f567db71878a4b80b10a64a162848deb27 (diff) | |
download | FreeBSD-src-381814902f4b61ed0005ff93023488dfd79a1634.zip FreeBSD-src-381814902f4b61ed0005ff93023488dfd79a1634.tar.gz |
Fix path to dhclient-script and reconnect to build.
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 8467362..a601be2 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -11,11 +11,11 @@ nextboot_FIXED: ../../sbin/reboot/nextboot.sh sed '1s/\/bin\//\/rescue\//' ${.ALLSRC} > ${.TARGET} CLEANFILES+= nextboot_FIXED -#SCRIPTS+= dhclient_FIXED -#SCRIPTSNAME_dhclient_FIXED= dhclient-script -#dhclient_FIXED: ../../contrib/isc-dhcp/client/scripts/freebsd -# sed '1s/\/bin\//\/rescue\//' ${.ALLSRC} > ${.TARGET} -#CLEANFILES+= dhclient_FIXED +SCRIPTS+= dhclient_FIXED +SCRIPTSNAME_dhclient_FIXED= dhclient-script +dhclient_FIXED: ../../sbin/dhclient/dhclient-script + sed '1s/\/bin\//\/rescue\//' ${.ALLSRC} > ${.TARGET} +CLEANFILES+= dhclient_FIXED ################################################################# # @@ -174,8 +174,8 @@ CRUNCH_ALIAS_fsck_ffs= fsck_4.2bsd fsck_ufs CRUNCH_ALIAS_mount_std= mount_devfs mount_fdescfs mount_linprocfs mount_procfs # dhclient has historically been troublesome... -#CRUNCH_PROGS_sbin+= dhclient -#CRUNCH_BUILDOPTS_dhclient= -DRELEASE_CRUNCH -Dlint +CRUNCH_PROGS_sbin+= dhclient +CRUNCH_BUILDOPTS_dhclient= -DRELEASE_CRUNCH -Dlint ################################################################## # Programs from stock /usr/bin |