summaryrefslogtreecommitdiffstats
path: root/usr.bin/opiekey/Makefile
blob: 0557341ab3e3a7a799e718c15ff06f212e1a198b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$FreeBSD$
#
OPIE_DIST?=../../contrib/opie

PROG=	opiekey
SRCS=	opiekey.c
MAN1=   opiekey.1

CFLAGS+=-I${OPIE_DIST}

DPADD=	${LIBOPIE} ${LIBMD}
LDADD=	-lopie -lmd

.PATH:	${OPIE_DIST}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud