summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-05 22:17:41 +0000
committerjkh <jkh@FreeBSD.org>1998-10-05 22:17:41 +0000
commit15773e1548308b1341aa70935c3c09f346e1becc (patch)
tree7699ce1747ab9314d84bfcaaf0397a5b1d768b46 /release
parentd8d9f67c16d41287ef9a765204355bfcf44a24e6 (diff)
downloadFreeBSD-src-15773e1548308b1341aa70935c3c09f346e1becc.zip
FreeBSD-src-15773e1548308b1341aa70935c3c09f346e1becc.tar.gz
Add back keymap.h. Guess this is the easiest way to get it built.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/sysinstall/Makefile b/release/sysinstall/Makefile
index 397d1c4..cb90a66 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
OpenPOWER on IntegriCloud