1.PATH: ${SRCTOP}/contrib/unifdef 2 3PACKAGE= toolchain 4PROG= unifdef 5SCRIPTS=unifdefall.sh 6MLINKS= unifdef.1 unifdefall.1 7 8.include <src.opts.mk> 9 10HAS_TESTS= 11SUBDIR.${MK_TESTS}+= tests 12 13.include <bsd.prog.mk> 14