xref: /openbsd-src/usr.bin/sed/Makefile (revision 2a1ffabc1a0dbe7582cc01ea0454ba773c27d184)
1#	$OpenBSD: Makefile,v 1.5 2017/12/13 16:06:05 millert Exp $
2
3PROG=	sed
4SRCS=	compile.c main.c misc.c process.c
5WARNINGS=yes
6
7.include <bsd.prog.mk>
8