From c493900657fe7c2b8b5f9f5cb441086d10c18467 Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 9 Dec 1996 06:02:36 +0000 Subject: 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. --- usr.sbin/sade/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/sade/Makefile') 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 ' > makedevs.tmp -- cgit v1.1