aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/Makefile
blob: 165fa77bf527525f5908f5ac33cb98edc7e0eb88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$Id: Makefile,v 1.15 1997/02/22 14:03:08 peter 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(${.CURDIR}/../../secure) && !defined(NOCRYPT) && !defined(NOSECURE)
DISTRIBUTION=des
CFLAGS+=-DDES
LDADD+= -L${CIPHEROBJDIR} -lcipher
DPADD+= ${CIPHEROBJDIR}/libcipher.a
.endif

.include <bsd.prog.mk>