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

           
                      
 
               
                        
                          
 
                         
 
          
                          
 
                      
# $FreeBSD$

.include <src.opts.mk>

PACKAGE=runtime
PROG=		mdconfig
MAN=		mdconfig.8

LIBADD=		util geom

HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests

.include <bsd.prog.mk>