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

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

1.9     ! millert     1: # $OpenBSD: Makefile,v 1.8 1996/12/08 14:32:34 downsj Exp $
1.1       deraadt     2:
1.5       millert     3: PROG=  skey
                      4: MAN=   skey.1 skeyinfo.1 skeyaudit.1 skeyprune.8
1.7       mickey      5: LINKS= ${BINDIR}/skey ${BINDIR}/otp-md4 \
                      6:        ${BINDIR}/skey ${BINDIR}/otp-md5 \
                      7:        ${BINDIR}/skey ${BINDIR}/otp-sha1
1.6       millert     8: MLINKS=        skey.1 otp-md4.1 \
                      9:        skey.1 otp-md5.1 \
                     10:        skey.1 otp-sha1.1
1.1       deraadt    11: DPADD= ${LIBSKEY}
                     12: LDADD= -lskey
                     13:
                     14: beforeinstall:
1.9     ! millert    15:        ${INSTALL} ${INSTALL_COPY} -m 755 ${.CURDIR}/skeyaudit.sh \
1.8       downsj     16:                ${DESTDIR}${BINDIR}/skeyaudit
1.9     ! millert    17:        ${INSTALL} ${INSTALL_COPY} -m 755 ${.CURDIR}/skeyinfo.sh \
1.8       downsj     18:                ${DESTDIR}${BINDIR}/skeyinfo
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>