diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-05 22:17:41 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-10-05 22:17:41 +0000 |
commit | 5cc653756ccbf16027a44aa5146f318bf9b3fd9f (patch) | |
tree | e826ee884d9a4f8245789af4a33e3ae0080e1e39 /release/sysinstall/Makefile | |
parent | 1afb40e2c2a9ce8e2193c7564586cefd4ef97470 (diff) |
Notes
Diffstat (limited to 'release/sysinstall/Makefile')
-rw-r--r-- | release/sysinstall/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/sysinstall/Makefile b/release/sysinstall/Makefile index 397d1c4b328cc..cb90a66279201 100644 --- a/release/sysinstall/Makefile +++ b/release/sysinstall/Makefile @@ -15,7 +15,8 @@ SRCS= anonFTP.c attr.c cdrom.c command.c config.c devices.c \ label.c lndir.c main.c makedevs.c media.c menus.c misc.c mouse.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_eisa.c uc_isa.c uc_kmem.c uc_list.c uc_main.c uc_pci.c \ + keymap.h CFLAGS+= -Wall -I${.CURDIR}/../../gnu/lib/libdialog -I${.OBJDIR} CFLAGS+= -I${.CURDIR}/../../sys |