NetBSD/regress/include/bootblock/Makefile
lukem 3cc8ffbdb7 Regression tests for <sys/bootblock.h>.
Currently ensures that various members of mbr_sector are at the correct offset.
2004-03-23 00:00:49 +00:00

12 lines
178 B
Makefile

# $NetBSD: Makefile,v 1.1 2004/03/23 00:00:49 lukem Exp $
NOMAN= # defined
PROG= bootblock_test
regress: ${PROG}
@echo "running ${PROG}"
./${PROG}
.include <bsd.prog.mk>