Home | History | Annotate | Line # | Download | only in miniroot
list revision 1.17
      1  1.17  mhitch #	$NetBSD: list,v 1.17 2002/07/23 03:52:02 mhitch Exp $
      2   1.1      is 
      3   1.1      is # Amiga extra's
      4  1.13   lukem PROG	sbin/disklabel
      5  1.13   lukem PROG	sbin/mount_ados
      6  1.13   lukem PROG	sbin/mount_kernfs
      7  1.17  mhitch PROG	usr/bin/file
      8  1.13   lukem PROG	usr/bin/netstat
      9  1.13   lukem PROG	usr/bin/printf
     10  1.13   lukem PROG	usr/bin/vi
     11  1.13   lukem PROG	usr/sbin/loadkmap
     12   1.1      is 
     13  1.17  mhitch # usr/bin/file needs libz
     14  1.17  mhitch LIBS	-lz
     15  1.17  mhitch 
     16   1.1      is # crunchgen source directory specials
     17  1.13   lukem SPECIAL	loadkmap	srcdir sys/arch/amiga/stand/loadkmap
     18  1.13   lukem SPECIAL	vi		srcdir usr.bin/vi/build
     19   1.1      is 
     20   1.4  mhitch # Minimize use of MFS
     21   1.4  mhitch SYMLINK	/tmp	var/tmp
     22   1.4  mhitch 
     23   1.1      is # various files that we need in /etc for the install
     24   1.6     leo COPY	${ARCHDIR}/disktab.shadow	etc/disktab.shadow
     25   1.1      is #SYMLINK	/tmp/disktab.shadow		etc/disktab
     26   1.4  mhitch SYMLINK	/tmp/fstab.shadow		etc/fstab
     27   1.4  mhitch SYMLINK	/tmp/resolv.conf.shadow		etc/resolv.conf
     28   1.4  mhitch SYMLINK	/tmp/hosts			etc/hosts
     29   1.1      is 
     30   1.1      is # and the termcap file
     31  1.13   lukem COPY	${ARCHDIR}/termcap.vt		usr/share/misc/termcap
     32  1.17  mhitch 
     33  1.17  mhitch # and the magic file
     34  1.17  mhitch COPY	${DESTDIR}/usr/share/misc/magic usr/share/misc/magic
     35   1.1      is 
     36   1.1      is # and the installation scripts
     37   1.1      is COPY	${ARCHDIR}/install.md		install.md
     38   1.1      is COPY	${ARCHDIR}/dot.profile		.profile
     39   1.1      is 
     40   1.1      is # and the keyboard maps
     41  1.14   lukem MTREE	./usr/share/keymaps	type=dir uname=root gname=wheel mode=0755
     42   1.1      is COPYDIR	${DESTDIR}/usr/share/keymaps/amiga	usr/share/keymaps/amiga
     43   1.1      is 
     44  1.12  mhitch # boot loader
     45  1.15   heinz COPY	${DESTDIR}/usr/mdec/boot.amiga		boot.amiga
     46   1.1      is 
     47  1.11      is # install kernel
     48  1.13   lukem COPY	${KERNOBJDIR}/INSTALL/netbsd	netbsd
     49