freebsd-dev/etc/mtree/Makefile

27 lines
449 B
Makefile
Raw Normal View History

# $FreeBSD$
.include <bsd.own.mk>
2004-09-27 08:17:51 +00:00
FILES= ${_BIND.chroot.dist} \
${_BIND.include.dist} \
BSD.include.dist \
BSD.root.dist \
${_BSD.sendmail.dist} \
BSD.usr.dist \
BSD.var.dist
.if ${MK_BIND} != "no"
2004-09-27 08:17:51 +00:00
_BIND.chroot.dist= BIND.chroot.dist
.if ${MK_BIND_LIBS} != "no"
2004-09-27 08:17:51 +00:00
_BIND.include.dist= BIND.include.dist
.endif
.endif
.if ${MK_SENDMAIL} != "no"
_BSD.sendmail.dist= BSD.sendmail.dist
.endif
2004-09-27 08:17:51 +00:00
NO_OBJ=
FILESDIR= /etc/mtree
.include <bsd.prog.mk>