summaryrefslogtreecommitdiffstats
path: root/usr.bin/opiekey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/opiekey/Makefile')
-rw-r--r--usr.bin/opiekey/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile
deleted file mode 100644
index 215c86b..0000000
--- a/usr.bin/opiekey/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $FreeBSD$
-#
-OPIE_DIST?= ${.CURDIR}/../../contrib/opie
-
-PROG= opiekey
-
-CFLAGS+=-I${.CURDIR}/../../lib/libopie
-CFLAGS+=-I${OPIE_DIST}
-CFLAGS+=-DINSECURE_OVERRIDE
-
-DPADD= ${LIBOPIE} ${LIBMD}
-LDADD= -lopie -lmd
-
-LINKS= ${BINDIR}/opiekey ${BINDIR}/otp-md4
-LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-md5
-LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-sha
-
-MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha.1
-
-.PATH: ${OPIE_DIST}
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud