freebsd-src/usr.bin/unifdef/Makefile
Dag-Erling Smørgrav 7addfafe73 unifdef: Vendorize.
2023-08-21 19:52:27 +02:00

13 lines
188 B
Makefile

.PATH: ${SRCTOP}/contrib/unifdef
PROG= unifdef
SCRIPTS=unifdefall.sh
MLINKS= unifdef.1 unifdefall.1
.include <src.opts.mk>
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>