summaryrefslogtreecommitdiffstats
path: root/lib/libskey/Makefile
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-09-29 18:58:39 +0000
committerpst <pst@FreeBSD.org>1994-09-29 18:58:39 +0000
commitfd0fa3649469bdef34189795c99e89c60d6bdd5a (patch)
treeaf8bf97155746f459837762b86976f6f08612315 /lib/libskey/Makefile
parenta6993e000c7885868c8b0eaf8f59726c90e6c907 (diff)
downloadFreeBSD-src-fd0fa3649469bdef34189795c99e89c60d6bdd5a.zip
FreeBSD-src-fd0fa3649469bdef34189795c99e89c60d6bdd5a.tar.gz
Install improved skey access code
Diffstat (limited to 'lib/libskey/Makefile')
-rw-r--r--lib/libskey/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/libskey/Makefile b/lib/libskey/Makefile
index ecf4833..e9ce8be 100644
--- a/lib/libskey/Makefile
+++ b/lib/libskey/Makefile
@@ -1,7 +1,10 @@
# @(#)Makefile 5.4 (Berkeley) 5/7/91
LIB= skey
-SRCS= authfile.c md4.c put.c skey_crypt.c skeylogin.c skeysubr.c
-CFLAGS+=-DMPU8086
+SRCS= skeyaccess.c md4.c put.c skey_crypt.c skeylogin.c skeysubr.c
+MAN5= skey.access.5
+
+CFLAGS+=-DMPU8086 -DPERMIT_CONSOLE
+
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud