summaryrefslogtreecommitdiffstats
path: root/lib/libskey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libskey/Makefile')
-rw-r--r--lib/libskey/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libskey/Makefile b/lib/libskey/Makefile
index f31f725..0630c56 100644
--- a/lib/libskey/Makefile
+++ b/lib/libskey/Makefile
@@ -1,14 +1,14 @@
# @(#)Makefile 5.4 (Berkeley) 5/7/91
LIB= skey
-SRCS= skeyaccess.c md4.c put.c skey_crypt.c skeylogin.c skeysubr.c
+SRCS= skeyaccess.c put.c skey_crypt.c skey_getpass.c skeylogin.c skeysubr.c
+MAN1= skey.1
MAN5= skey.access.5
-CFLAGS+=-DMPU8086 -DPERMIT_CONSOLE -I${.CURDIR}
+CFLAGS+=-DPERMIT_CONSOLE -I${.CURDIR}
beforeinstall:
- -cd ${.CURDIR}; cmp -s skey.h ${DESTDIR}/usr/include/skey.h > \
- /dev/null 2>&1 || \
+ -cd ${.CURDIR}; cmp -s skey.h ${DESTDIR}/usr/include/skey.h || \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 skey.h \
${DESTDIR}/usr/include
OpenPOWER on IntegriCloud