aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-03-24 22:24:09 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-03-24 22:24:09 +0000
commit76b501da9427225946d0522112501c4764c394fb (patch)
tree639789cf70c26a69461de86880bdf791b5689e7f /usr.sbin/sade/Makefile
parentc8693bccf49434045fda7061d8fdb0b1681f0668 (diff)
downloadsrc-76b501da9427225946d0522112501c4764c394fb.tar.gz
src-76b501da9427225946d0522112501c4764c394fb.zip
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.
Notes
Notes: svn path=/head/; revision=58538
Diffstat (limited to 'usr.sbin/sade/Makefile')
-rw-r--r--usr.sbin/sade/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile
index a433558389af..3e9dc68a25f3 100644
--- a/usr.sbin/sade/Makefile
+++ b/usr.sbin/sade/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