xref: /openbsd/usr.bin/unifdef/Makefile (revision cecf84d4)
1#	$OpenBSD: Makefile,v 1.7 2014/04/18 21:11:34 sthen Exp $
2
3PROG=	unifdef
4COPTS+=	-Wall
5
6unifdef: unifdef.c unifdef.h version.h
7
8.include <bsd.prog.mk>
9