NetBSD/distrib/utils/x_ed/Makefile

15 lines
280 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2001/12/12 00:05:12 tv Exp $
2000-08-09 17:35:23 +04:00
# Build an ed without crypt support
SRCDIR= ${.CURDIR}/../../../bin/ed
2000-08-09 17:35:23 +04:00
PROG= ed
NOMAN= # defined
2000-08-09 17:35:23 +04:00
SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
CPPFLAGS+= -DBACKWARDS
2000-08-09 17:35:23 +04:00
.include <bsd.prog.mk>
.PATH: ${SRCDIR}