freebsd_amp_hwpstate/lib/libskey/Makefile

16 lines
383 B
Makefile
Raw Normal View History

# @(#)Makefile 5.4 (Berkeley) 5/7/91
LIB= skey
SRCS= skeyaccess.c put.c skey_crypt.c skey_getpass.c skeylogin.c skeysubr.c
MAN1= skey.1
1994-09-29 18:58:39 +00:00
MAN5= skey.access.5
CFLAGS+=-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 || \
1994-09-29 19:27:35 +00:00
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>