34 lines
739 B
Plaintext
34 lines
739 B
Plaintext
# $NetBSD: list,v 1.18 2002/06/26 16:17:41 grant 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
|
|
|
|
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
|