blob: b1f3f249c7b387a889c6b71677f2dd9603636a9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# $NetBSD: list,v 1.19 2009/06/09 11:06:09 he Exp $
SRCDIRS bin sbin usr.bin usr.sbin
PROG bin/pax usr/bin/tar usr/bin/cpio
PROG bin/sh
PROG bin/mt
PROG sbin/init
PROG sbin/mount_cd9660
PROG sbin/mount_ffs
PROG sbin/newfs sbin/mount_mfs
PROG sbin/reboot sbin/halt
PROG sbin/umount
PROG usr/bin/eject
PROG usr/bin/gzip usr/bin/gunzip usr/bin/zcat
PROG usr/sbin/chroot
# init invokes the shell as -sh
ARGVLN sh -sh
# crunchgen source directory specials
SPECIAL gzip srcdir distrib/utils/x_gzip
SPECIAL umount srcdir distrib/utils/x_umount
LIBS libhack.o -lz -ll -lutil -lrmt -lprop
COPY ${CURDIR}/dot.profile .profile
MTREE ./cdrom type=dir uname=root gname=wheel mode=0755
MTREE ./instfs type=dir uname=root gname=wheel mode=0755
|