NetBSD/distrib/sun2/miniroot/mtree.conf
lukem e9e28d241a Migrate to a distrib framework closer to how other ports work.
Arguably this could be moved to using the distrib/miniroot
infrastructure instead.

XXX: This could benefit from being crunchgen-ed with libhack;
currently it just uses a lot of stuff out of ${DESTDIR}
2002-04-26 03:49:05 +00:00

26 lines
297 B
Plaintext

# $NetBSD: mtree.conf,v 1.1 2002/04/26 03:49:06 lukem Exp $
#
/set type=dir uname=root gname=wheel mode=0755
.
./bin
./dev
./etc
./kern
./mnt
./mnt2
./proc
./sbin
./tmp
./usr
./usr/bin
./usr/lib
./usr/mdec
./usr/sbin
./usr/share
./usr/share/misc
./var
./var/tmp mode=01777
.recover mode=01777