freebsd-dev/lib/libskey/Makefile

16 lines
393 B
Makefile
Raw Normal View History

# @(#)Makefile 5.4 (Berkeley) 5/7/91
LIB= skey
1994-09-29 18:58:39 +00:00
SRCS= skeyaccess.c md4.c put.c skey_crypt.c skeylogin.c skeysubr.c
MAN5= skey.access.5
1994-09-29 19:27:35 +00:00
CFLAGS+=-DMPU8086 -DPERMIT_CONSOLE -I${.CURDIR}
1994-09-29 18:58:39 +00:00
1994-09-29 19:27:35 +00:00
beforeinstall:
-cd ${.CURDIR}; cmp -s skey.h ${DESTDIR}/usr/include/skey.h > \
/dev/null 2>&1 || \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 skey.h \
${DESTDIR}/usr/include
1994-09-29 19:27:35 +00:00
.include <bsd.lib.mk>