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.libsoft.dist} \ 10 ${_BSD.sendmail.dist} \ 11 ${_BSD.tests.dist} \ 12 BSD.usr.dist \ 13 BSD.var.dist 14 15.if ${MK_DEBUG_FILES} != "no" 16_BSD.debug.dist= BSD.debug.dist 17.endif 18.if ${MK_GROFF} != "no" 19_BSD.groff.dist= BSD.groff.dist 20.endif 21.if ${MK_LIB32} != "no" 22_BSD.lib32.dist= BSD.lib32.dist 23.endif 24.if ${MK_LIBSOFT} != "no" 25_BSD.libsoft.dist= BSD.libsoft.dist 26.endif 27.if ${MK_SENDMAIL} != "no" 28_BSD.sendmail.dist= BSD.sendmail.dist 29.endif 30.if ${MK_TESTS} != "no" 31_BSD.tests.dist= BSD.tests.dist 32.endif 33 34NO_OBJ= 35FILESDIR= /etc/mtree 36 37.include <bsd.prog.mk> 38