]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/opiekey/Makefile
This commit was generated by cvs2svn to compensate for changes in r37071,
[FreeBSD/FreeBSD.git] / usr.bin / opiekey / Makefile
1 #       $Id$
2 #
3 OPIE_DIST?=     ${.CURDIR}/../../contrib/opie
4
5 PROG=   opiekey
6 SRCS=   opiekey.c
7 MAN1=   opiekey.1
8
9 CFLAGS+=-I${OPIE_DIST}
10
11 DPADD=  ${LIBOPIE} ${LIBMD}
12 LDADD=  -lopie -lmd
13
14 .PATH:  ${OPIE_DIST}
15
16 .include <bsd.prog.mk>