summaryrefslogtreecommitdiff
path: root/distrib/special/ed/Makefile
blob: 2e544b47863baab0939d808ed7447a53246470f4 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.3 2018/06/15 08:51:24 martijn Exp $

PROG=	ed
SRCS=	 buf.c glbl.c io.c main.c re.c sub.c undo.c

.PATH:	${.CURDIR}/../../../bin/ed
.include <bsd.prog.mk>