]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/fdisk_pc98/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sbin / fdisk_pc98 / Makefile
1 # $FreeBSD$
2
3 PROG=   fdisk
4 SRCS=   fdisk.c geom_pc98_enc.c
5 WARNS?= 4
6 MAN=    fdisk.8
7
8 .PATH:  ${.CURDIR}/../../sys/geom
9
10 DPADD   +=      ${LIBGEOM}
11 LDADD   +=      -lgeom
12
13 .include <bsd.prog.mk>