2108b54359
the full termcap distfile. In an attempt to reduce the madness switch everyone (except the i386 cd install which does its own thing) to the same (under 8K) termcap subset: ansi ansi/pc-term compatible with color dumb|unknown 80-column dumb tty hp300h HP Catseye console iris-ansi-ap IRIS ANSI in application-keypad mode iris-ansi|iris-ansi-net IRIS emulating 40 line ANSI terminal (almost VT100) sun|sun1|sun2|sun-il Sun Microsystems Inc. console with working insert-line vt100|vt100-am DEC VT100 (w/advanced video) vt220-8 DEC VT220 8 bit terminal vt220|vt200|vt300 DEC VT220 in vt100 emulation mode wsvt25 NetBSD wscons in 25 line DEC VT220 mode wsvt25m NetBSD wscons in 25 line DEC VT220 mode with Meta x68k|x68k-ite NetBSD/x68k ITE xterm|vs100 xterm terminal emulator (X Window System) Trying to provide similar functionality across all ports? It'll never catch on...
91 lines
2.1 KiB
Plaintext
91 lines
2.1 KiB
Plaintext
# $NetBSD: list,v 1.7 2009/09/20 23:19:52 abs Exp $
|
|
|
|
SRCDIRS usr.bin/less
|
|
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/dhclient
|
|
PROG sbin/disklabel
|
|
PROG sbin/dmesg
|
|
PROG sbin/fdisk
|
|
PROG sbin/fsck
|
|
PROG sbin/fsck_ffs
|
|
PROG sbin/fsck_ext2fs
|
|
PROG sbin/ifconfig
|
|
PROG sbin/init
|
|
PROG sbin/mbrlabel
|
|
PROG sbin/mknod
|
|
PROG sbin/mount
|
|
PROG sbin/mount_cd9660
|
|
PROG sbin/mount_ext2fs
|
|
PROG sbin/mount_ffs
|
|
PROG sbin/mount_msdos
|
|
PROG sbin/mount_nfs
|
|
PROG sbin/newfs sbin/mount_mfs
|
|
PROG sbin/newfs_ext2fs
|
|
PROG sbin/ping
|
|
PROG sbin/reboot sbin/halt
|
|
PROG sbin/restore sbin/rrestore
|
|
PROG sbin/route
|
|
PROG sbin/shutdown
|
|
PROG sbin/slattach
|
|
PROG sbin/swapctl sbin/swapon
|
|
PROG sbin/umount
|
|
|
|
PROG usr/bin/ftp
|
|
PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
|
|
PROG usr/bin/less 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 dhclient srcdir distrib/utils/x_dhclient
|
|
SPECIAL ed srcdir distrib/utils/x_ed
|
|
SPECIAL gzip srcdir distrib/utils/x_gzip
|
|
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
|
|
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 -lprop
|
|
|
|
COPY ${DESTDIR}/usr/mdec/boot usr/mdec/boot
|
|
|
|
# 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 ${DISTRIBDIR}/common/protocols etc/protocols
|
|
COPY ${DISTRIBDIR}/common/services etc/services
|
|
COPY ${NETBSDSRCDIR}/usr.sbin/dhcp/clientscript/dhclient-script sbin/dhclient-script 555
|
|
|
|
# and the common installation tools
|
|
COPY ${DISTRIBDIR}/common/termcap usr/share/misc/termcap
|
|
|
|
# and the boot script
|
|
COPY ${CURDIR}/dot.profile .profile
|