Home | History | Annotate | Line # | Download | only in x_ed
      1 # $NetBSD: Makefile,v 1.2 2001/12/12 00:05:12 tv Exp $
      2 # Build an ed without crypt support
      3 
      4 SRCDIR=		${.CURDIR}/../../../bin/ed
      5 
      6 PROG=		ed
      7 NOMAN=		# defined
      8 
      9 SRCS=		buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
     10 CPPFLAGS+=	-DBACKWARDS
     11 
     12 .include <bsd.prog.mk>
     13 
     14 .PATH:		${SRCDIR}
     15