summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-07-19 10:06:18 +0000
committerjkh <jkh@FreeBSD.org>1999-07-19 10:06:18 +0000
commit362c174f0ecccf186bc683c9822722165abafe12 (patch)
tree4ebc1f90f19217af451b98a53337f7cdcbefa38e /usr.sbin/sysinstall/Makefile
parentf3c07181e3a6a7579dac59ab5d7db8dda4765baa (diff)
downloadFreeBSD-src-362c174f0ecccf186bc683c9822722165abafe12.zip
FreeBSD-src-362c174f0ecccf186bc683c9822722165abafe12.tar.gz
Another batch of fixes for dhcp support in sysinstall, now dragging
in some code from C. Stone to parse the lease information. This is still a WIP and this commit is largely intended to allow others to sync up; the dhclient code still only works when doing dhcp configuration post-install and requires a bit more work on the boot floppy before it will truly work in the minimal bootstrapping role.
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index 20ce7ce..609ef7b 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -9,27 +9,23 @@ CLEANFILES+= keymap.tmp keymap.h pccard_conf.h
.PATH: ${.CURDIR}/../disklabel ${.CURDIR}/../../usr.bin/cksum
-SRCS= anonFTP.c cdrom.c command.c config.c devices.c kget.c \
+SRCS= anonFTP.c cdrom.c command.c config.c devices.c dhcp.c kget.c \
disks.c dispatch.c dist.c dmenu.c doc.c dos.c floppy.c \
ftp.c globals.c index.c install.c installUpgrade.c keymap.c \
label.c lndir.c main.c makedevs.c media.c menus.c misc.c mouse.c \
- msg.c network.c nfs.c options.c package.c pccard_conf.h pccard.c \
+ msg.c network.c nfs.c options.c package.c pccard.c \
system.c tape.c tcpip.c termcap.c ufs.c user.c variable.c wizard.c \
- keymap.h
+ keymap.h pccard_conf.h
CFLAGS+= -Wall -I${.CURDIR}/../../gnu/lib/libdialog -I${.OBJDIR}
CFLAGS+= -I${.CURDIR}/../../sys
-CFLAGS+= -DUC_PRIVATE -DKERN_NO_SYMBOLS
PCCARD?= NO
DPADD= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO} ${LIBUTIL} ${LIBDISK} ${LIBFTPIO}
LDADD= -ldialog -lncurses -lmytinfo -lutil -ldisk -lftpio
-cleanconfig:
- rm -f pccard_conf.h
-
-pccard_conf.h: cleanconfig
+pccard_conf.h:
.if ${PCCARD} == "YES"
echo "#define PCCARD 1" > pccard_conf.h
.else
OpenPOWER on IntegriCloud