summaryrefslogtreecommitdiff
path: root/distrib/utils/x_ed/Makefile
blob: e8af5bc3770d57ff3afe1343e7abd68225efd904 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.2 2001/12/12 00:05:12 tv Exp $
# Build an ed without crypt support

SRCDIR=		${.CURDIR}/../../../bin/ed

PROG=		ed
NOMAN=		# defined

SRCS=		buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
CPPFLAGS+=	-DBACKWARDS

.include <bsd.prog.mk>

.PATH:		${SRCDIR}