artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60cde55
)
libcrypt no longer a link dependancy.
author
etheisen
<etheisen@openbsd.org>
Thu, 15 Feb 1996 02:18:53 +0000
(
02:18
+0000)
committer
etheisen
<etheisen@openbsd.org>
Thu, 15 Feb 1996 02:18:53 +0000
(
02:18
+0000)
bin/ed/Makefile
patch
|
blob
|
history
diff --git
a/bin/ed/Makefile
b/bin/ed/Makefile
index
88a6adc
..
b0dfe0b
100644
(file)
--- a/
bin/ed/Makefile
+++ b/
bin/ed/Makefile
@@
-4,8
+4,8
@@
PROG= ed
CFLAGS+=-DBACKWARDS -DDES
SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
-LDADD+= -lcrypt
-DPADD+= ${LIBCRYPT}
+
#
LDADD+= -lcrypt
+
#
DPADD+= ${LIBCRYPT}
#LINKS= ${BINDIR}/ed ${BINDIR}/red
#MLINKS= ed.1 red.1