mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
There is no longer BSD.{local,x11-4,x11}.dist mtree files.
There is a BSD.sendmail.dist mtree file.
26 lines
449 B
Makefile
26 lines
449 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
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"
|
|
_BIND.chroot.dist= BIND.chroot.dist
|
|
.if ${MK_BIND_LIBS} != "no"
|
|
_BIND.include.dist= BIND.include.dist
|
|
.endif
|
|
.endif
|
|
.if ${MK_SENDMAIL} != "no"
|
|
_BSD.sendmail.dist= BSD.sendmail.dist
|
|
.endif
|
|
|
|
NO_OBJ=
|
|
FILESDIR= /etc/mtree
|
|
|
|
.include <bsd.prog.mk>
|