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

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

1.13    ! deraadt     1: #      $OpenBSD$
1.1       deraadt     2:
1.5       millert     3: PROG=  skey
1.12      millert     4: MAN=   skey.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}/skeyprune.pl \
1.8       downsj     18:                ${DESTDIR}${BINDIR}/skeyprune
1.1       deraadt    19:
                     20: .include <bsd.prog.mk>