summaryrefslogtreecommitdiff
path: root/distrib/special/sed/Makefile
blob: e8dad2782ec34f5d030e62e8db42bd5cdf3eefcf (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.1 2012/08/21 08:12:47 pascal Exp $

PROG=	sed
SRCS=	compile.c main.c misc.c process.c

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