1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.bin/opiekey/Makefile
1997-02-07 12:29:27 +00:00

17 lines
221 B
Makefile

# $FreeBSD$
#
OPIE_DIST?= ${.CURDIR}/../../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>