aboutsummaryrefslogblamecommitdiff
path: root/sbin/fdisk/Makefile
blob: 6899c47c83562bebd90803e07df1ec185a1e2e9b (plain) (tree)
1
2
3
4
5
6
7
8
9
           
 
             
                              
         
               
 

                                 


                          
                      


                                
# $FreeBSD$

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

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

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

.include <bsd.prog.mk>

test:	${PROG}
	sh ${.CURDIR}/runtest.sh