1 # $NetBSD: list,v 1.16 2002/03/11 07:04:21 lukem Exp $ 2 3 SRCDIRS bin sbin usr.bin usr.sbin 4 5 PROG bin/pax usr/bin/tar usr/bin/cpio 6 PROG bin/sh 7 PROG bin/mt 8 9 PROG sbin/init 10 PROG sbin/newfs sbin/mount_mfs 11 PROG sbin/mount_ffs 12 PROG sbin/mount_cd9660 13 PROG sbin/umount 14 PROG sbin/reboot sbin/halt 15 PROG usr/sbin/chroot 16 PROG usr/bin/eject 17 PROG usr/bin/gzip usr/bin/gunzip usr/bin/zcat 18 19 SPECIAL gzip srcdir distrib/utils/x_gzip 20 SPECIAL umount srcdir distrib/utils/x_umount 21 22 LIBS libhack.o -lz -ll -lutil -lrmt 23 24 # `internal' crunchgen links 25 ARGVLN sh -sh 26 27 COPY ${CURDIR}/dot.profile .profile 28 29 MTREE ./cdrom type=dir uname=root gname=wheel mode=0755 30 MTREE ./instfs type=dir uname=root gname=wheel mode=0755 31