75 lines
1.7 KiB
Plaintext
75 lines
1.7 KiB
Plaintext
# $NetBSD: list,v 1.22 2003/03/31 18:10:40 tron Exp $
|
|
|
|
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin
|
|
|
|
PROG bin/cat
|
|
PROG bin/chmod
|
|
PROG bin/cp
|
|
PROG bin/dd
|
|
PROG bin/df
|
|
PROG bin/ed
|
|
PROG bin/expr
|
|
PROG bin/hostname
|
|
PROG bin/ln
|
|
PROG bin/ls
|
|
PROG bin/kill
|
|
PROG bin/mkdir
|
|
PROG bin/mt
|
|
PROG bin/mv
|
|
PROG bin/pwd
|
|
PROG bin/pax usr/bin/tar usr/bin/cpio
|
|
PROG bin/rm
|
|
PROG bin/sh
|
|
PROG bin/stty
|
|
PROG bin/sleep
|
|
PROG bin/sync
|
|
|
|
PROG sbin/fsck_ffs sbin/fsck
|
|
PROG sbin/ifconfig
|
|
PROG sbin/init
|
|
PROG sbin/mknod
|
|
PROG sbin/mount
|
|
PROG sbin/mount_cd9660
|
|
PROG sbin/mount_ffs
|
|
PROG sbin/mount_nfs
|
|
PROG sbin/newfs sbin/mount_mfs
|
|
PROG sbin/ping
|
|
PROG sbin/reboot sbin/halt
|
|
PROG sbin/route
|
|
PROG sbin/shutdown
|
|
PROG sbin/slattach
|
|
PROG sbin/umount
|
|
|
|
PROG usr/bin/chflags
|
|
PROG usr/bin/ftp
|
|
PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
|
|
PROG usr/bin/sed
|
|
PROG usr/bin/sort
|
|
PROG usr/bin/tip
|
|
|
|
PROG usr/sbin/chown usr/bin/chgrp
|
|
PROG usr/sbin/chroot
|
|
|
|
ARGVLN sh -sh
|
|
|
|
SPECIAL ed srcdir distrib/utils/x_ed
|
|
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
|
|
SPECIAL ping srcdir distrib/utils/x_ping
|
|
SPECIAL route srcdir distrib/utils/x_route
|
|
|
|
LIBS libhack.o
|
|
LIBS -lrmt -ledit -lutil -lcurses -ltermcap -lbz2 -lcrypt -lintl -ll -lm -lkvm -lmagic
|
|
|
|
# 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 installation scripts
|
|
COPY ${CURDIR}/install.sh install 555
|
|
COPY ${CURDIR}/upgrade.sh upgrade 555
|
|
CMD sed "/^VERSION=/s/=.*/=${DISTRIBREV}/" < ${CURDIR}/install.sub > install.sub
|
|
MTREE ./install.sub type=file uname=root gname=wheel mode=0444
|