2012-07-04 01:49:55 +04:00
|
|
|
# $NetBSD: list,v 1.30 2012/07/03 21:49:56 abs Exp $
|
2000-03-04 19:06:41 +03:00
|
|
|
|
2012-07-04 01:49:55 +04:00
|
|
|
SRCDIRS external/bsd/less/bin bin sbin usr.bin usr.sbin
|
1999-03-12 21:36:52 +03:00
|
|
|
|
2002-03-28 05:15:04 +03:00
|
|
|
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/rm
|
|
|
|
PROG bin/sh
|
|
|
|
PROG bin/stty
|
|
|
|
PROG bin/sync
|
2000-05-18 06:12:43 +04:00
|
|
|
|
2011-01-14 13:26:28 +03:00
|
|
|
PROG sbin/chown bin/chgrp
|
2002-03-28 05:15:04 +03:00
|
|
|
PROG sbin/disklabel
|
2012-07-04 01:49:55 +04:00
|
|
|
PROG sbin/dmesg
|
2002-03-28 05:15:04 +03:00
|
|
|
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_nfs
|
2002-04-13 17:37:48 +04:00
|
|
|
PROG sbin/newfs sbin/mount_mfs
|
2002-03-28 05:15:04 +03:00
|
|
|
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/less usr/bin/more
|
|
|
|
PROG usr/bin/sed
|
|
|
|
|
|
|
|
# PROG usr/sbin/bad144
|
|
|
|
PROG usr/sbin/chroot
|
2004-05-10 05:49:36 +04:00
|
|
|
PROG usr/sbin/installboot
|
2002-03-28 05:15:04 +03:00
|
|
|
|
2002-04-13 17:37:48 +04:00
|
|
|
# init invokes the shell as -sh
|
|
|
|
ARGVLN sh -sh
|
|
|
|
|
2012-03-21 09:49:17 +04:00
|
|
|
SPECIAL ed srcdir distrib/utils/x_ed
|
2011-06-19 06:18:28 +04:00
|
|
|
SPECIAL gzip srcdir distrib/utils/x_gzip
|
2002-03-28 05:15:04 +03:00
|
|
|
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
|
|
|
|
SPECIAL ping srcdir distrib/utils/x_ping
|
|
|
|
SPECIAL route srcdir distrib/utils/x_route
|
2012-03-21 09:49:17 +04:00
|
|
|
SPECIAL umount srcdir distrib/utils/x_umount
|
2002-03-28 05:15:04 +03:00
|
|
|
|
2012-07-04 01:49:55 +04:00
|
|
|
LIBS libhack.o -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
|
2002-03-28 05:15:04 +03:00
|
|
|
|
1999-03-12 21:36:52 +03:00
|
|
|
# we need the boot in /, and boot blocks in /usr/mdec
|
|
|
|
COPY ${DESTDIR}/boot boot
|
|
|
|
COPY ${DESTDIR}/usr/mdec/xxboot usr/mdec/xxboot
|
|
|
|
LINK usr/mdec/xxboot usr/mdec/raboot
|
|
|
|
LINK usr/mdec/xxboot usr/mdec/hpboot
|
|
|
|
LINK usr/mdec/xxboot usr/mdec/rdboot
|
|
|
|
LINK usr/mdec/xxboot usr/mdec/sdboot
|
|
|
|
|
|
|
|
# various files that we need in /etc for the install
|
2002-04-26 19:50:21 +04:00
|
|
|
COPY ${NETBSDSRCDIR}/etc/group etc/group
|
|
|
|
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
|
|
|
|
COPY ${NETBSDSRCDIR}/etc/netconfig etc/netconfig
|
2009-09-21 03:19:50 +04:00
|
|
|
COPY ${DISTRIBDIR}/common/protocols etc/protocols
|
2009-09-20 23:49:07 +04:00
|
|
|
COPY ${DISTRIBDIR}/common/services etc/services
|
1999-03-12 21:36:52 +03:00
|
|
|
|
|
|
|
# and the installation tools
|
1999-05-23 11:31:19 +04:00
|
|
|
COPY ${CURDIR}/dot.profile .profile
|