.include .include PACKAGE= mtree # NOTE: BSD.debug.dist is unconditionally installed for developer ease-of-use. FILES= \ BSD.debug.dist \ BSD.include.dist \ BSD.root.dist \ ${_BSD.libcompats.dist} \ ${_BSD.sendmail.dist} \ ${_BSD.tests.dist} \ BSD.usr.dist \ BSD.var.dist .for LIBCOMPAT libcompat in ${_ALL_LIBCOMPATS_libcompats} .if ${MK_LIB${LIBCOMPAT}} != "no" _BSD.libcompats.dist+= BSD.lib${libcompat}.dist .endif .endfor .if ${MK_SENDMAIL} != "no" _BSD.sendmail.dist= BSD.sendmail.dist .endif .if ${MK_TESTS} != "no" _BSD.tests.dist= BSD.tests.dist .endif NO_OBJ= FILESDIR= /etc/mtree .include