2002-01-16 07:18:22 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2014-05-06 00:22:01 -04:00
|
|
|
.include <src.opts.mk>
|
2006-03-17 13:54:44 -05:00
|
|
|
|
2013-10-02 21:18:06 -04:00
|
|
|
FILES= ${_BSD.debug.dist} \
|
|
|
|
|
BSD.include.dist \
|
2004-09-27 03:00:44 -04:00
|
|
|
BSD.root.dist \
|
2015-10-20 16:35:34 -04:00
|
|
|
${_BSD.lib32.dist} \
|
2009-09-06 09:26:51 -04:00
|
|
|
${_BSD.sendmail.dist} \
|
2013-11-16 14:41:04 -05:00
|
|
|
${_BSD.tests.dist} \
|
2004-09-27 03:00:44 -04:00
|
|
|
BSD.usr.dist \
|
2009-09-06 09:26:51 -04:00
|
|
|
BSD.var.dist
|
2004-09-27 03:00:44 -04:00
|
|
|
|
2013-06-07 17:40:02 -04:00
|
|
|
.if ${MK_DEBUG_FILES} != "no"
|
|
|
|
|
_BSD.debug.dist= BSD.debug.dist
|
|
|
|
|
.endif
|
2011-02-22 03:13:49 -05:00
|
|
|
.if ${MK_GROFF} != "no"
|
|
|
|
|
_BSD.groff.dist= BSD.groff.dist
|
|
|
|
|
.endif
|
2015-10-20 16:35:34 -04:00
|
|
|
.if ${MK_LIB32} != "no"
|
|
|
|
|
_BSD.lib32.dist= BSD.lib32.dist
|
|
|
|
|
.endif
|
2009-09-06 09:26:51 -04:00
|
|
|
.if ${MK_SENDMAIL} != "no"
|
|
|
|
|
_BSD.sendmail.dist= BSD.sendmail.dist
|
|
|
|
|
.endif
|
2013-11-16 14:41:04 -05:00
|
|
|
.if ${MK_TESTS} != "no"
|
|
|
|
|
_BSD.tests.dist= BSD.tests.dist
|
|
|
|
|
.endif
|
2004-09-27 04:17:51 -04:00
|
|
|
|
2004-12-21 03:47:35 -05:00
|
|
|
NO_OBJ=
|
2002-01-16 07:18:22 -05:00
|
|
|
FILESDIR= /etc/mtree
|
|
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|