aboutsummaryrefslogtreecommitdiff
path: root/packages/rc/Makefile
blob: 9a163b0581cf09761b23e3dfe24012f01a2cefc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
WORLDPACKAGE=	rc

PKG_SETS=	minimal minimal-jail

# rc scripts require /bin/sh.
PKG_DEPS.rc+=	runtime

# /etc/rc.d/var_run depends on mtree.
PKG_DEPS.rc+=	mtree

.include <bsd.pkg.mk>