diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1995-06-10 19:44:55 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1995-06-10 19:44:55 +0000 |
| commit | fbe312c9f723b704a542825383058d1a2eb63f94 (patch) | |
| tree | 75a1eed171f3429a80cbd90080a43f6c28efc318 /secure/bin/ed/Makefile | |
| parent | 6231be0ccfe7ad37d0831269e4499b6be61ea6ba (diff) | |
Diffstat (limited to 'secure/bin/ed/Makefile')
| -rw-r--r-- | secure/bin/ed/Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/secure/bin/ed/Makefile b/secure/bin/ed/Makefile deleted file mode 100644 index 5c5742b68a99..000000000000 --- a/secure/bin/ed/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# $Id: Makefile,v 1.1 1994/11/14 20:45:26 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/libcrypt -ldescrypt -DPADD+= ../../lib/libcrypt/libdescrypt.a - -.include <bsd.prog.mk> |
