freebsd-dev/etc/mtree/Makefile

26 lines
404 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.local.dist \
BSD.root.dist \
BSD.usr.dist \
BSD.var.dist \
BSD.x11-4.dist \
BSD.x11.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
NO_OBJ=
FILESDIR= /etc/mtree
.include <bsd.prog.mk>