]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/fdisk_pc98/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>