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