xref: /freebsd/usr.bin/unifdef/Makefile (revision f0a75d274af375d15b97b830966b99a02b7db911)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4PROG=	unifdef
5SCRIPTS=unifdefall.sh
6MLINKS=	unifdef.1 unifdefall.1
7WARNS?=	5
8
9.include <bsd.prog.mk>
10