diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-09-16 09:25:20 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-09-16 09:25:20 +0000 |
commit | 0d4651753d7c61dc01ac23f6fbe5e20cf4fd3512 (patch) | |
tree | f0e32183a439d14141c8afbc00c98f307f6899e0 /release/sysinstall/Makefile | |
parent | 9cf0e9186b25fe5c8dd5b7583f7178bf48c72bc5 (diff) |
Notes
Diffstat (limited to 'release/sysinstall/Makefile')
-rw-r--r-- | release/sysinstall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/Makefile b/release/sysinstall/Makefile index 2dd54f2f5becc..81f4acad3eecf 100644 --- a/release/sysinstall/Makefile +++ b/release/sysinstall/Makefile @@ -16,7 +16,7 @@ SRCS= anonFTP.c attr.c cdrom.c command.c config.c devices.c \ msg.c network.c nfs.c options.c package.c register.c system.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 keymap.h + keymap.h CFLAGS+= -Wall -I${.CURDIR}/../../gnu/lib/libdialog -I${.OBJDIR} CFLAGS+= -I${.CURDIR}/../../sys |