summaryrefslogtreecommitdiffstats
path: root/secure/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/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/bin')
-rw-r--r--secure/bin/Makefile6
-rw-r--r--secure/bin/Makefile.inc5
-rw-r--r--secure/bin/ed/Makefile13
3 files changed, 24 insertions, 0 deletions
diff --git a/secure/bin/Makefile b/secure/bin/Makefile
new file mode 100644
index 0000000..7af79b3
--- /dev/null
+++ b/secure/bin/Makefile
@@ -0,0 +1,6 @@
+# From: @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $Id: Makefile,v 1.2 1994/09/18 21:25:26 wollman Exp $
+
+SUBDIR= ed
+
+.include <bsd.subdir.mk>
diff --git a/secure/bin/Makefile.inc b/secure/bin/Makefile.inc
new file mode 100644
index 0000000..98638a3
--- /dev/null
+++ b/secure/bin/Makefile.inc
@@ -0,0 +1,5 @@
+# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
+
+BINDIR?= /bin
+NOSHARED?= YES
+.include "${.CURDIR}/../../Makefile.inc"
diff --git a/secure/bin/ed/Makefile b/secure/bin/ed/Makefile
new file mode 100644
index 0000000..65f03da
--- /dev/null
+++ b/secure/bin/ed/Makefile
@@ -0,0 +1,13 @@
+# $Id: Makefile,v 1.9 1994/10/29 10:13:34 phk Exp $
+
+PROG= ed
+SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
+.PATH: ${.CURDIR}/../../../bin/ed
+LINKS= ${BINDIR}/ed ${BINDIR}/red
+NOMAN= true
+
+CFLAGS+=-DDES
+LDADD+= -L../../lib/libdescrypt -ldescrypt
+DPADD+= ../../lib/libcrypt/libdescrypt.a
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud