85 lines
1.9 KiB
Plaintext
85 lines
1.9 KiB
Plaintext
# $NetBSD: list,v 1.6 2003/01/19 12:26:58 tsutsui Exp $
|
|
|
|
SRCDIRS bin sbin usr.bin usr.sbin
|
|
|
|
PROG bin/cat
|
|
PROG bin/chmod
|
|
PROG bin/cp
|
|
PROG bin/dd
|
|
PROG bin/df
|
|
PROG bin/ed
|
|
PROG bin/ln
|
|
PROG bin/ls
|
|
PROG bin/mkdir
|
|
PROG bin/mt
|
|
PROG bin/mv
|
|
PROG bin/pax usr/bin/tar
|
|
PROG bin/pwd
|
|
PROG bin/rcmd
|
|
PROG bin/rcp
|
|
PROG bin/rm
|
|
PROG bin/sh
|
|
PROG bin/stty
|
|
PROG bin/sync
|
|
|
|
PROG sbin/disklabel
|
|
PROG sbin/dmesg
|
|
PROG sbin/fsck
|
|
PROG sbin/fsck_ffs
|
|
PROG sbin/ifconfig
|
|
PROG sbin/init
|
|
PROG sbin/mknod
|
|
PROG sbin/mount
|
|
PROG sbin/mount_cd9660
|
|
PROG sbin/mount_ffs
|
|
PROG sbin/mount_msdos
|
|
PROG sbin/mount_nfs
|
|
PROG sbin/newfs sbin/mount_mfs
|
|
PROG sbin/ping
|
|
PROG sbin/reboot sbin/halt
|
|
PROG sbin/restore sbin/rrestore
|
|
PROG sbin/route
|
|
PROG sbin/shutdown
|
|
PROG sbin/swapctl
|
|
PROG sbin/umount
|
|
|
|
PROG usr/bin/ftp
|
|
PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
|
|
PROG usr/bin/more
|
|
PROG usr/bin/sed
|
|
PROG usr/bin/tset
|
|
|
|
PROG usr/sbin/chown usr/bin/chgrp
|
|
PROG usr/sbin/chroot
|
|
|
|
# init invokes the shell as -sh
|
|
ARGVLN sh -sh
|
|
|
|
SPECIAL dmesg srcdir distrib/utils/x_dmesg
|
|
SPECIAL ed srcdir distrib/utils/x_ed
|
|
SPECIAL gzip srcdir distrib/utils/x_gzip
|
|
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
|
|
SPECIAL more srcdir distrib/utils/more
|
|
SPECIAL ping srcdir distrib/utils/x_ping
|
|
SPECIAL route srcdir distrib/utils/x_route
|
|
SPECIAL umount srcdir distrib/utils/x_umount
|
|
|
|
LIBS libhack.o -ledit -lutil -lcurses -ltermcap -lrmt -ll -lm -lz
|
|
|
|
# various files that we need in /etc for the install
|
|
COPY ${NETBSDSRCDIR}/etc/group etc/group
|
|
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
|
|
COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
|
COPY ${NETBSDSRCDIR}/etc/protocols etc/protocols
|
|
COPY ${NETBSDSRCDIR}/etc/services etc/services
|
|
|
|
# and the common installation tools
|
|
COPY ${CURDIR}/termcap.src usr/share/misc/termcap
|
|
|
|
# and the disktab explanation file
|
|
COPY ${CURDIR}/disktab.preinstall etc/disktab.preinstall
|
|
|
|
# and the boot script
|
|
COPY ${CURDIR}/dot.profile .profile
|
|
MTREE ./.profile type=file uname=root gname=wheel mode=0644
|