[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / skey

Annotation of src/usr.bin/skey/Makefile, Revision 1.11

1.11    ! millert     1: # $OpenBSD: Makefile,v 1.10 1997/07/17 05:48:39 millert Exp $
1.1       deraadt     2:
1.5       millert     3: PROG=  skey
1.11    ! millert     4: MAN=   skey.1 skeyaudit.1 skeyprune.8
1.7       mickey      5: LINKS= ${BINDIR}/skey ${BINDIR}/otp-md4 \
                      6:        ${BINDIR}/skey ${BINDIR}/otp-md5 \
1.10      millert     7:        ${BINDIR}/skey ${BINDIR}/otp-sha1 \
                      8:        ${BINDIR}/skey ${BINDIR}/otp-rmd160
1.6       millert     9: MLINKS=        skey.1 otp-md4.1 \
                     10:        skey.1 otp-md5.1 \
1.10      millert    11:        skey.1 otp-sha1.1 \
                     12:        skey.1 otp-rmd160.1
1.1       deraadt    13: DPADD= ${LIBSKEY}
                     14: LDADD= -lskey
                     15:
                     16: beforeinstall:
1.9       millert    17:        ${INSTALL} ${INSTALL_COPY} -m 755 ${.CURDIR}/skeyaudit.sh \
1.8       downsj     18:                ${DESTDIR}${BINDIR}/skeyaudit
1.9       millert    19:        ${INSTALL} ${INSTALL_COPY} -m 755 ${.CURDIR}/skeyprune.pl \
1.8       downsj     20:                ${DESTDIR}${BINDIR}/skeyprune
1.1       deraadt    21:
                     22: .include <bsd.prog.mk>