head	1.4;
access;
symbols
	RELENG_2_1_6_1_RELEASE:1.2.4.2
	RELENG_2_1_6_RELEASE:1.2.4.2
	RELENG_2_1_5_RELEASE:1.2.4.2
	RELENG_2_1_0_RELEASE:1.2.4.1
	RELENG_2_1_0:1.2.0.4
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	RELEASE_2_0:1.2
	BETA_2_0:1.2;
locks; strict;
comment	@# @;


1.4
date	95.12.30.18.52.37;	author peter;	state dead;
branches;
next	1.3;

1.3
date	95.09.16.03.03.55;	author gibbs;	state Exp;
branches;
next	1.2;

1.2
date	94.11.21.02.58.43;	author phk;	state Exp;
branches
	1.2.4.1;
next	1.1;

1.1
date	94.11.14.20.45.26;	author phk;	state Exp;
branches;
next	;

1.2.4.1
date	95.09.16.03.13.24;	author gibbs;	state Exp;
branches;
next	1.2.4.2;

1.2.4.2
date	96.06.21.17.28.55;	author markm;	state dead;
branches;
next	;


desc
@@


1.4
log
@recording cvs-1.6 file death
@
text
@#	$Id: Makefile,v 1.3 1995/09/16 03:03:55 gibbs Exp peter $

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>
@


1.3
log
@Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries.  This makes
secure reference the libraries that were just build instead of in /usr/lib.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.2 1994/11/21 02:58:43 phk Exp $
@


1.2
log
@fix libdescrypt reference.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1 1994/11/14 20:45:26 phk Exp $
d10 2
a11 2
LDADD+= -L../../lib/libcrypt -ldescrypt
DPADD+= ../../lib/libcrypt/libdescrypt.a
@


1.2.4.1
log
@Merge with Head:
Add TELNETOBJDIR and CRYPTOBJDIR for use in LDADD entries.  This makes
secure reference the libraries that were just built instead of in /usr/lib.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.2 1994/11/21 02:58:43 phk Exp $
d10 2
a11 2
LDADD+= -L${CRYPTOBJDIR} -ldescrypt
DPADD+= ${CRYPTOBJDIR}/libdescrypt.a
@


1.2.4.2
log
@Merge with HEAD
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.2.4.1 1995/09/16 03:13:24 gibbs Exp markm $
@


1.1
log
@Make the "distribute" target build the "des" distribution.  Make des'ed
init and ed, by pointing to real sources.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.9 1994/10/29 10:13:34 phk Exp $
d10 1
a10 1
LDADD+= -L../../lib/libdescrypt -ldescrypt
@
