7abb10eb65
- take advantage of Makefile.mdset - use list instead of ramdisk.list, and remove special srcdirs for init and dd since they understand -DSMALLPROG - use full-path style specfile mtree.conf instead of old-style specfile ../common/ramdisk.tree - ensure IMAGEDEPENDS is in sync with list (xxx; untested :)
15 lines
185 B
Plaintext
15 lines
185 B
Plaintext
#
|
|
# $NetBSD: mtree.conf,v 1.1 2002/04/26 03:15:16 lukem Exp $
|
|
#
|
|
|
|
/set type=dir uname=root gname=wheel mode=0755
|
|
|
|
.
|
|
./bin
|
|
./dev
|
|
./etc
|
|
./mnt
|
|
./sbin
|
|
./tmp
|
|
# (./usr will be a link to root)
|