diff options
author | jkh <jkh@FreeBSD.org> | 1996-12-09 06:02:36 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-12-09 06:02:36 +0000 |
commit | c493900657fe7c2b8b5f9f5cb441086d10c18467 (patch) | |
tree | c397ac2f0ca96773e57d858dac092400ce2f74d9 /usr.sbin/sade/Makefile | |
parent | 74990d366dbe0839d7499dfbd9fd48630e07aa5c (diff) | |
download | FreeBSD-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 'usr.sbin/sade/Makefile')
-rw-r--r-- | usr.sbin/sade/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/sade/Makefile b/usr.sbin/sade/Makefile index b09ec99..10abd4c 100644 --- a/usr.sbin/sade/Makefile +++ b/usr.sbin/sade/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 |