freebsd-dev/sbin/fdisk/Makefile
Poul-Henning Kamp 9657a0c35e Pull in the encoding/decoding functions for struct dos_partition.
Add a very simple regression test for "fdisk -I".
2003-04-13 21:34:16 +00:00

14 lines
175 B
Makefile

# $FreeBSD$
PROG= fdisk
SRCS= fdisk.c geom_mbr_enc.c
WARNS= 4
MAN= fdisk.8
.PATH: ${.CURDIR}/../../sys/geom
.include <bsd.prog.mk>
test: ${PROG}
sh ${.CURDIR}/runtest.sh