Pre-2.0 release, MFC some driver fixes related to interrupt management.
[dragonfly.git] / usr.bin / opiekey / Makefile
blobb1adec55629a196fc9164433f5c633ecf7482bf9
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.3 2007/08/27 16:50:57 pavalos Exp $
4 OPIE_DIST?= ${.CURDIR}/../../contrib/opie
6 PROG= opiekey
8 CFLAGS+=-I${.CURDIR}/../../lib/libopie
9 CFLAGS+=-I${OPIE_DIST}
10 CFLAGS+=-DINSECURE_OVERRIDE
11 WARNS?= 1
13 DPADD= ${LIBOPIE} ${LIBMD}
14 LDADD= -lopie -lmd
16 LINKS= ${BINDIR}/opiekey ${BINDIR}/otp-md4
17 LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-md5
18 LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-sha
20 MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha.1
22 .PATH: ${OPIE_DIST}
24 .include <bsd.prog.mk>