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