summaryrefslogtreecommitdiffstats
path: root/bin/ed/Makefile
blob: 30816a88e77d9e657a166bf34767771dcb35139d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$Id: Makefile,v 1.12 1995/10/03 15:44:50 markm Exp $

PROG=	ed
SRCS=	buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
LINKS=  ${BINDIR}/ed ${BINDIR}/red
MLINKS= ed.1 red.1

.if exists(../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
DISTRIBUTION=des
CFLAGS+=-DDES
LDADD+= -L${CIPHEROBJDIR} -lcipher
DPADD+= ${CIPHEROBJDIR}/libcipher.a
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud