Expand PMF_FN_* macros.
[netbsd-mini2440.git] / regress / include / bootblock / Makefile
blob7fe3f6e9b8d93ae851b9a37be20b98459f76d763
1 # $NetBSD$
3 NOMAN= # defined
5 PROG= bootblock_test
7 regress: ${PROG}
8 @echo "running ${PROG}"
9 ./${PROG}
11 .include <bsd.prog.mk>