1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/sbin/fdisk/Makefile
Baptiste Daroussin 13eb765f2d Convert sbin/ to LIBADD
Reduce overlinking
2014-11-25 11:23:12 +00:00

16 lines
190 B
Makefile

# $FreeBSD$
PROG= fdisk
SRCS= fdisk.c geom_mbr_enc.c
WARNS?= 4
MAN= fdisk.8
.PATH: ${.CURDIR}/../../sys/geom
LIBADD= geom
.include <bsd.prog.mk>
test: ${PROG}
sh ${.CURDIR}/runtest.sh