summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk/Makefile
blob: 4289dc80e29a2438e07f03cbe75c887b923c7474 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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