summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-14 20:45:35 +0000
committerphk <phk@FreeBSD.org>1994-11-14 20:45:35 +0000
commit277a5cfc859e85cd4ca28636320955ef71c7c395 (patch)
tree22d62c37f7cfda9a7791d6d7bf3a1e7e045bc0a3 /secure/usr.bin
parent48765f90e3130d772908e0166fcd496b6b3637d6 (diff)
downloadFreeBSD-src-277a5cfc859e85cd4ca28636320955ef71c7c395.zip
FreeBSD-src-277a5cfc859e85cd4ca28636320955ef71c7c395.tar.gz
Make the "distribute" target build the "des" distribution. Make des'ed
init and ed, by pointing to real sources.
Diffstat (limited to 'secure/usr.bin')
-rw-r--r--secure/usr.bin/Makefile.inc3
-rw-r--r--secure/usr.bin/bdes/Makefile6
2 files changed, 5 insertions, 4 deletions
diff --git a/secure/usr.bin/Makefile.inc b/secure/usr.bin/Makefile.inc
index 7883d47..e09cceb 100644
--- a/secure/usr.bin/Makefile.inc
+++ b/secure/usr.bin/Makefile.inc
@@ -1,3 +1,4 @@
-# $Id$
+# $Id: Makefile.inc,v 1.1 1994/09/07 07:16:50 pst Exp $
BINDIR= /usr/bin
+.include "${.CURDIR}/../../Makefile.inc"
diff --git a/secure/usr.bin/bdes/Makefile b/secure/usr.bin/bdes/Makefile
index c0e482b..1b19c58 100644
--- a/secure/usr.bin/bdes/Makefile
+++ b/secure/usr.bin/bdes/Makefile
@@ -1,10 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.3 1994/09/12 17:27:55 ache Exp $
+# $Id: Makefile,v 1.4 1994/09/30 06:04:40 pst Exp $
PROG= bdes
SRCS= bdes.c
-LDADD+= -lcipher
-DPADD+= ${LIBCIPHER}
+LDADD+= -L../../lib/libcipher -lcipher
+DPADD+= ../../lib/libcipher/libcipher.a
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud