diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-09 06:41:43 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-09 06:41:43 +0000 |
| commit | 88defe7480ed4a0a17106d2cd972402362d3fb50 (patch) | |
| tree | f891c08cadc17e2ad746fbd42f9a6e9d0e97c45d /release/sysinstall/Makefile | |
| parent | 00d9d079470653fc85b9131b117917273e09d4ac (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/Makefile')
| -rw-r--r-- | release/sysinstall/Makefile | 3 |
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 |
