xref: /freebsd/usr.bin/unifdef/Makefile (revision 74bf4e164ba5851606a27d4feff27717452583e5)
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