summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/Makefile
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-03-24 22:24:09 +0000
committerjhb <jhb@FreeBSD.org>2000-03-24 22:24:09 +0000
commit8c16543d9445bfdfdf39ec01f272921f5e88cde6 (patch)
tree82258ff99de9d670403b2228c717c4ffb80cb5ed /usr.sbin/sysinstall/Makefile
parentbe6d92e8bf9eb4c46cca7d7ed3ff422e572a410c (diff)
downloadFreeBSD-src-8c16543d9445bfdfdf39ec01f272921f5e88cde6.zip
FreeBSD-src-8c16543d9445bfdfdf39ec01f272921f5e88cde6.tar.gz
Update sysinstall to use struct uc_device instead of struct isa_device
for generating /boot/kernel.conf. Since this structure is shared, move its definition out to a header file, just as struct isa_device was defined in a header file. This fixes the sysinstall breakage in -current.
Diffstat (limited to 'usr.sbin/sysinstall/Makefile')
-rw-r--r--usr.sbin/sysinstall/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/Makefile b/usr.sbin/sysinstall/Makefile
index a433558..3e9dc68 100644
--- a/usr.sbin/sysinstall/Makefile
+++ b/usr.sbin/sysinstall/Makefile
@@ -18,7 +18,6 @@ SRCS= anonFTP.c cdrom.c command.c config.c devices.c dhcp.c kget.c \
keymap.h
CFLAGS+= -Wall -I${.CURDIR}/../../gnu/lib/libdialog -I${.OBJDIR}
-CFLAGS+= -I${.CURDIR}/../../sys
.if ${MACHINE_ARCH} != "i386" || defined(X_AS_PKG)
CFLAGS+= -DX_AS_PKG
.endif
OpenPOWER on IntegriCloud