1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5FILES= ${_BSD.debug.dist} \ 6 BSD.include.dist \ 7 BSD.root.dist \ 8 ${_BSD.sendmail.dist} \ 9 BSD.usr.dist \ 10 BSD.var.dist 11 12.if ${MK_DEBUG_FILES} != "no" 13_BSD.debug.dist= BSD.debug.dist 14.endif 15.if ${MK_GROFF} != "no" 16_BSD.groff.dist= BSD.groff.dist 17.endif 18.if ${MK_SENDMAIL} != "no" 19_BSD.sendmail.dist= BSD.sendmail.dist 20.endif 21 22NO_OBJ= 23FILESDIR= /etc/mtree 24 25.include <bsd.prog.mk> 26