diff options
Diffstat (limited to 'secure/bin')
| -rw-r--r-- | secure/bin/Makefile | 6 | ||||
| -rw-r--r-- | secure/bin/Makefile.inc | 5 | ||||
| -rw-r--r-- | secure/bin/ed/Makefile | 13 |
3 files changed, 0 insertions, 24 deletions
diff --git a/secure/bin/Makefile b/secure/bin/Makefile deleted file mode 100644 index 7af79b32c4e6..000000000000 --- a/secure/bin/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# 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 deleted file mode 100644 index 98638a362b48..000000000000 --- a/secure/bin/Makefile.inc +++ /dev/null @@ -1,5 +0,0 @@ -# @(#)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 deleted file mode 100644 index bd0494193f0c..000000000000 --- a/secure/bin/ed/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $Id: Makefile,v 1.2 1994/11/21 02:58:43 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${CRYPTOBJDIR} -ldescrypt -DPADD+= ${CRYPTOBJDIR}/libdescrypt.a - -.include <bsd.prog.mk> |
