summaryrefslogtreecommitdiff
path: root/secure/usr.bin/bdes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/usr.bin/bdes/Makefile')
-rw-r--r--secure/usr.bin/bdes/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/secure/usr.bin/bdes/Makefile b/secure/usr.bin/bdes/Makefile
deleted file mode 100644
index 0878ccc72b3aa..0000000000000
--- a/secure/usr.bin/bdes/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id$
-
-PROG= bdes
-SRCS= bdes.c
-
-.if exists(${.CURDIR}/../../lib/libcipher/obj)
-LDFLAGS+= -L${.CURDIR}/../../lib/libcipher/obj
-.else
-LDFLAGS+= -L${.CURDIR}/../../lib/libcipher
-.endif
-
-LDADD+= -lcipher
-DPADD+= libcipher.a
-
-.include <bsd.prog.mk>