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