2004-01-14 04:52:59 +03:00
|
|
|
# $NetBSD: list,v 1.5 2004/01/14 01:52:59 mrg Exp $
|
2002-05-07 18:41:36 +04:00
|
|
|
|
|
|
|
SRCDIRS bin sbin libexec usr.bin/less 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/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/dhclient
|
|
|
|
PROG sbin/disklabel
|
|
|
|
PROG sbin/fsck
|
|
|
|
PROG sbin/fsck_ffs
|
2003-12-25 14:11:25 +03:00
|
|
|
PROG sbin/fsck_lfs
|
2002-05-07 18:41:36 +04:00
|
|
|
PROG sbin/ifconfig
|
|
|
|
PROG sbin/init
|
|
|
|
PROG sbin/mknod
|
|
|
|
PROG sbin/mount
|
|
|
|
PROG sbin/mount_cd9660
|
|
|
|
PROG sbin/mount_ext2fs
|
|
|
|
PROG sbin/mount_ffs
|
|
|
|
PROG sbin/mount_kernfs
|
|
|
|
PROG sbin/mount_lfs
|
|
|
|
PROG sbin/mount_msdos
|
|
|
|
PROG sbin/mount_nfs
|
|
|
|
PROG sbin/newfs sbin/mount_mfs
|
|
|
|
PROG sbin/newfs_lfs
|
|
|
|
PROG sbin/ping
|
2004-01-14 04:52:59 +03:00
|
|
|
PROG sbin/raidctl
|
2002-05-07 18:41:36 +04:00
|
|
|
PROG sbin/reboot sbin/halt
|
|
|
|
PROG sbin/restore sbin/rrestore
|
|
|
|
PROG sbin/route
|
|
|
|
PROG sbin/shutdown
|
|
|
|
PROG sbin/slattach
|
|
|
|
PROG sbin/swapctl
|
|
|
|
PROG sbin/sysctl
|
|
|
|
PROG sbin/umount
|
|
|
|
|
|
|
|
PROG usr/bin/ftp
|
|
|
|
PROG usr/bin/getopt
|
|
|
|
PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
|
|
|
|
PROG usr/bin/less usr/bin/more
|
|
|
|
PROG usr/bin/sed
|
|
|
|
PROG usr/bin/tip
|
|
|
|
|
|
|
|
MTREE ./usr/libexec type=dir uname=root gname=wheel mode=0755
|
|
|
|
PROG usr/libexec/lfs_cleanerd
|
|
|
|
|
|
|
|
PROG usr/sbin/chat
|
|
|
|
PROG usr/sbin/chown usr/bin/chgrp
|
|
|
|
PROG usr/sbin/chroot
|
|
|
|
PROG usr/sbin/installboot
|
|
|
|
PROG usr/sbin/pppd
|
|
|
|
|
|
|
|
# init invokes the shell as -sh
|
|
|
|
ARGVLN sh -sh
|
|
|
|
|
|
|
|
SPECIAL chat srcdir usr.sbin/pppd/chat
|
|
|
|
SPECIAL dhclient srcdir distrib/utils/x_dhclient
|
|
|
|
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
|
|
|
|
SPECIAL ping srcdir distrib/utils/x_ping
|
|
|
|
SPECIAL pppd srcdir usr.sbin/pppd/pppd
|
|
|
|
SPECIAL route srcdir distrib/utils/x_route
|
|
|
|
|
|
|
|
LIBS libhack.o
|
2003-12-25 14:11:25 +03:00
|
|
|
LIBS -ledit -lutil -lcurses -ltermcap -lrmt -lbz2 -lcrypt -ll -lm -lpcap -lz
|
2002-05-07 18:41:36 +04:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
2002-06-01 20:36:09 +04:00
|
|
|
COPY ${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script 555
|
2002-05-07 18:41:36 +04:00
|
|
|
|
|
|
|
# we need the boot block in /usr/mdec + the arch specific extras
|
2002-06-01 20:36:09 +04:00
|
|
|
COPY ${DESTDIR}/usr/mdec/binstall usr/mdec/binstall 555
|
2002-05-07 18:41:36 +04:00
|
|
|
COPY ${DESTDIR}/usr/mdec/bootblk usr/mdec/bootblk
|
|
|
|
COPY ${DESTDIR}/usr/mdec/ofwboot ofwboot
|
|
|
|
COPY ${DESTDIR}/usr/mdec/ofwboot usr/mdec/ofwboot
|
|
|
|
|
|
|
|
# and the common installation tools
|
|
|
|
COPY ${INSTFSDIR}/termcap.mini usr/share/misc/termcap
|
|
|
|
|
|
|
|
# the disktab explanation file
|
|
|
|
COPY ${INSTFSDIR}/disktab.preinstall etc/disktab.preinstall
|
|
|
|
|
|
|
|
# and the installation tools
|
|
|
|
COPY ${INSTFSDIR}/dot.profile .profile
|
|
|
|
|
|
|
|
# zoneinfo files
|
|
|
|
COPYDIR ${DESTDIR}/usr/share/zoneinfo usr/share/zoneinfo
|