From f079582484687f751be69b1ccbfcc93343aea3f6 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 14 Nov 1994 20:45:35 +0000 Subject: Make the "distribute" target build the "des" distribution. Make des'ed init and ed, by pointing to real sources. --- secure/usr.bin/Makefile.inc | 3 ++- secure/usr.bin/bdes/Makefile | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'secure/usr.bin') diff --git a/secure/usr.bin/Makefile.inc b/secure/usr.bin/Makefile.inc index 7883d4763d70..e09ccebf3f5d 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 c0e482bce2fd..1b19c58eb3ec 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 -- cgit v1.3