3cc8ffbdb7
Currently ensures that various members of mbr_sector are at the correct offset.
12 lines
178 B
Makefile
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>
|