diff options
author | pst <pst@FreeBSD.org> | 1994-10-19 00:03:45 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-10-19 00:03:45 +0000 |
commit | 3bbaa5903cdfa6d903256d9ad37d1d8c20c79437 (patch) | |
tree | 18581614639f8a987cdf2526bd645ecfdd38abd3 /lib/libskey/Makefile | |
parent | 1552617ffdcabd5ebae23058e72580c06f45e182 (diff) | |
download | FreeBSD-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/Makefile | 8 |
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 |