summaryrefslogtreecommitdiff
path: root/usr.bin/sed/Makefile
blob: 3a4740d72c84ee006951cd386375eb22f428d418 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.5 2017/12/13 16:06:05 millert Exp $

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

.include <bsd.prog.mk>