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