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