aboutsummaryrefslogblamecommitdiff
path: root/etc/mtree/Makefile
blob: 3228c6c242edf2f1775f470b2ec4c4a273478d8e (plain) (tree)
1
2
3
4
5
6
7
8
9

           

                     

                            
                       
                               
                      
                    
 


                                      


                                      


                                         
 
       


                      
# $FreeBSD$

.include <bsd.own.mk>

FILES=	${_BSD.debug.dist} \
	BSD.include.dist \
	BSD.root.dist \
	${_BSD.sendmail.dist} \
	BSD.usr.dist \
	BSD.var.dist

.if ${MK_DEBUG_FILES} != "no"
_BSD.debug.dist=	BSD.debug.dist
.endif
.if ${MK_GROFF} != "no"
_BSD.groff.dist=	BSD.groff.dist
.endif
.if ${MK_SENDMAIL} != "no"
_BSD.sendmail.dist=	BSD.sendmail.dist
.endif

NO_OBJ=
FILESDIR= /etc/mtree

.include <bsd.prog.mk>