summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/fdisk/Makefile')
-rw-r--r--sbin/fdisk/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/fdisk/Makefile b/sbin/fdisk/Makefile
index 9a5fb9b..8f0d8e9 100644
--- a/sbin/fdisk/Makefile
+++ b/sbin/fdisk/Makefile
@@ -1,7 +1,13 @@
# $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
OpenPOWER on IntegriCloud