summaryrefslogtreecommitdiffstats
path: root/sbin/fdisk_pc98/Makefile
blob: e5932f8a2d36657840e46fa0d59bd24344b1e8e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

PROG=	fdisk
SRCS=	fdisk.c geom_pc98_enc.c
WARNS?=	4
MAN=	fdisk.8

.PATH:	${.CURDIR}/../../sys/geom

DPADD	+=	${LIBGEOM}
LDADD	+=	-lgeom

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud