aboutsummaryrefslogblamecommitdiff
path: root/sbin/tunefs/Makefile
blob: 2a1f788853112754779e35774a0f35c6e9862a8e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
 
           
              
                             
           
                
 



                            
         
 
                      

PACKAGE=ufs
PROG=	tunefs
SRCS=	tunefs.c getmntopts.c
LIBADD=	ufs
MAN=	tunefs.8

MOUNT=	${SRCTOP}/sbin/mount
CFLAGS+=	-I${MOUNT}
.PATH:	${MOUNT}

WARNS?=	3

.include <bsd.prog.mk>