summaryrefslogtreecommitdiff
path: root/usr.bin/unifdef/Makefile
blob: e4a506366366be65ca3d69ed57d363b358e2fbd2 (plain)
1
2
3
4
5
6
7
8
#	$OpenBSD: Makefile,v 1.8 2015/10/05 06:54:59 deraadt Exp $

PROG=	unifdef
COPTS+=	-Wall

unifdef: unifdef.c version.h

.include <bsd.prog.mk>