aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-12-09 06:02:36 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-12-09 06:02:36 +0000
commit325403f9596de195bb802b53936f5700d3e514c1 (patch)
treec397ac2f0ca96773e57d858dac092400ce2f74d9 /release/sysinstall/Makefile
parentc2ce3df1da95df019f1b7f136fabce0cb9a485af (diff)
Notes
Diffstat (limited to 'release/sysinstall/Makefile')
-rw-r--r--release/sysinstall/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/sysinstall/Makefile b/release/sysinstall/Makefile
index b09ec9994d6e..10abd4cadd92 100644
--- a/release/sysinstall/Makefile
+++ b/release/sysinstall/Makefile
@@ -11,7 +11,7 @@ SRCS= anonFTP.c apache.c attr.c cdrom.c command.c config.c devices.c \
ftp_strat.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 \
msg.c network.c nfs.c options.c package.c samba.c system.c \
- tape.c tcpip.c termcap.c ufs.c variable.c wizard.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 \
uc_scsi.c
@@ -23,7 +23,6 @@ CFLAGS+= -DUC_PRIVATE -DKERN_NO_SYMBOLS -DSAVE_USERCONFIG
DPADD= ${LIBDIALOG} ${LIBNCURSES} ${LIBMYTINFO} ${LIBUTIL} ${LIBDISK}
LDADD= -ldialog -lncurses -lmytinfo -lutil -ldisk
-
makedevs.c: Makefile rtermcap keymap.h
rm -f makedevs.tmp
echo '#include <sys/types.h>' > makedevs.tmp