Home | History | Annotate | Line # | Download | only in ed
Makefile revision 1.29
      1  1.29  thorpej #	$NetBSD: Makefile,v 1.29 1999/07/12 22:04:09 thorpej Exp $
      2  1.29  thorpej 
      3  1.29  thorpej SRCTOP=	../..
      4  1.29  thorpej .include <bsd.crypto.mk>
      5  1.24      cgd 
      6  1.20      alm PROG=	ed
      7  1.29  thorpej CPPFLAGS+=-DBACKWARDS
      8  1.27    mikel SRCS=	buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
      9  1.13      cgd 
     10  1.22      cgd LDADD+= -lcrypt
     11  1.22      cgd DPADD+= ${LIBCRYPT}
     12  1.13      cgd 
     13  1.17      cgd #LINKS=  ${BINDIR}/ed ${BINDIR}/red
     14  1.17      cgd #MLINKS= ed.1 red.1
     15  1.29  thorpej 
     16  1.29  thorpej .if defined(CRYPTOPATH)
     17  1.29  thorpej .include "${CRYPTOPATH}/bin/ed/Makefile.frag"
     18  1.29  thorpej .endif
     19   1.1      cgd 
     20   1.1      cgd .include <bsd.prog.mk>
     21