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