freebsd-dev/sbin/bsdlabel/Makefile
Poul-Henning Kamp d7960ce5a2 Add the beginning of a regression test.
So far it checks the overwrites of the BSD label inband (ie: dd
if=/dev/ad0a of=/dev/ad2a).

This excercises the geom::slice::hotspot code.
2003-04-18 22:20:46 +00:00

17 lines
232 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 3/17/94
# $FreeBSD$
PROG= bsdlabel
SRCS= bsdlabel.c
#MAN+= bsdlabel.5
MAN+= bsdlabel.8
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
.include <bsd.prog.mk>
test: ${PROG}
sh ${.CURDIR}/runtest.sh