summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-01-20 11:56:42 +0000
committerjkh <jkh@FreeBSD.org>1999-01-20 11:56:42 +0000
commit574be697e718cdc36b1d2e95ed833013fe1788ca (patch)
tree7795e7114ad295cf447475ccfff1f5285f9dba8a /usr.sbin/sysinstall/Makefile
parentd850ecb3deefeb418caa3e85530390aca0bd7027 (diff)
downloadFreeBSD-src-574be697e718cdc36b1d2e95ed833013fe1788ca.zip
FreeBSD-src-574be697e718cdc36b1d2e95ed833013fe1788ca.tar.gz
Remove obsolete dset code. It's an ELF/3-stage boot world now and there
are cleaner ways of doing this that don't involve stomping on kernel binaries directly.
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index d3fae3c..20da649 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -15,15 +15,11 @@ SRCS= anonFTP.c cdrom.c command.c config.c devices.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 register.c system.c \
tape.c tcpip.c termcap.c ufs.c user.c variable.c wizard.c \
- uc_eisa.c uc_isa.c uc_kmem.c uc_list.c uc_main.c uc_pci.c \
keymap.h
CFLAGS+= -Wall -I${.CURDIR}/../../gnu/lib/libdialog -I${.OBJDIR}
CFLAGS+= -I${.CURDIR}/../../sys
-CFLAGS+= -DUC_PRIVATE -DKERN_NO_SYMBOLS # -DSAVE_USERCONFIG -DDO_SCSI
-.if ${MACHINE_ARCH} == "i386"
-CFLAGS+= -DSAVE_USERCONFIG
-.endif
+CFLAGS+= -DUC_PRIVATE -DKERN_NO_SYMBOLS
DPADD= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO} ${LIBUTIL} ${LIBDISK} ${LIBFTPIO}
LDADD= -ldialog -lncurses -lmytinfo -lutil -ldisk -lftpio
OpenPOWER on IntegriCloud