xref: /freebsd-13.1/usr.bin/unifdef/Makefile (revision 470182bb)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6PROG=	unifdef
7SCRIPTS=unifdefall.sh
8MLINKS=	unifdef.1 unifdefall.1
9
10HAS_TESTS=
11SUBDIR.${MK_TESTS}+= tests
12
13.include <bsd.prog.mk>
14