summaryrefslogtreecommitdiffstats
path: root/lib/libskey/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-10-19 00:03:45 +0000
committerpst <pst@FreeBSD.org>1994-10-19 00:03:45 +0000
commit3bbaa5903cdfa6d903256d9ad37d1d8c20c79437 (patch)
tree18581614639f8a987cdf2526bd645ecfdd38abd3 /lib/libskey/Makefile
parent1552617ffdcabd5ebae23058e72580c06f45e182 (diff)
downloadFreeBSD-src-3bbaa5903cdfa6d903256d9ad37d1d8c20c79437.zip
FreeBSD-src-3bbaa5903cdfa6d903256d9ad37d1d8c20c79437.tar.gz
Include most of the logdaemon v4.4 S/key changes
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