summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/Makefile
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-12-09 06:02:36 +0000
committerjkh <jkh@FreeBSD.org>1996-12-09 06:02:36 +0000
commitc493900657fe7c2b8b5f9f5cb441086d10c18467 (patch)
treec397ac2f0ca96773e57d858dac092400ce2f74d9 /release/sysinstall/Makefile
parent74990d366dbe0839d7499dfbd9fd48630e07aa5c (diff)
downloadFreeBSD-src-c493900657fe7c2b8b5f9f5cb441086d10c18467.zip
FreeBSD-src-c493900657fe7c2b8b5f9f5cb441086d10c18467.tar.gz
Add Joerg's user management screen for David Nugent's pw(8) program, something
which will also need to be brought in before this screen will work. Add some commentary about how the slip startup code is bogus. Steal Joerg's loop for more properly closing all files and graft it into the EHS startup. My loop was functional but more bogus.
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 b09ec99..10abd4c 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
OpenPOWER on IntegriCloud