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