Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / opiekey / Makefile
1 # $FreeBSD: src/usr.bin/opiekey/Makefile,v 1.4.2.4 2002/07/15 14:17:08 des Exp $
2 # $DragonFly: src/usr.bin/opiekey/Makefile,v 1.2 2003/06/17 04:29:30 dillon Exp $
3 #
4 OPIE_DIST?=     ${.CURDIR}/../../contrib/opie
5
6 PROG=   opiekey
7
8 CFLAGS+=-I${.CURDIR}/../../lib/libopie
9 CFLAGS+=-I${OPIE_DIST}
10 CFLAGS+=-DINSECURE_OVERRIDE
11
12 DPADD=  ${LIBOPIE} ${LIBMD}
13 LDADD=  -lopie -lmd
14
15 LINKS=  ${BINDIR}/opiekey ${BINDIR}/otp-md4
16 LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-md5
17 LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-sha
18
19 MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha.1
20
21 .PATH:  ${OPIE_DIST}
22
23 .include <bsd.prog.mk>