2002-03-06 15:04:48 +03:00
|
|
|
# $NetBSD: list,v 1.12 2002/03/06 12:04:50 lukem Exp $
|
1999-03-23 13:22:31 +03:00
|
|
|
|
2000-08-27 23:40:45 +04:00
|
|
|
# Usage of libhack.o reduces the instbin-size with approx. 64KB!
|
1999-03-23 13:22:31 +03:00
|
|
|
LIBS libhack.o
|
1996-05-19 23:43:36 +04:00
|
|
|
|
1996-05-27 16:49:49 +04:00
|
|
|
# Atari extra's
|
2002-03-06 15:04:48 +03:00
|
|
|
PROG sbin/ahdilabel
|
|
|
|
PROG sbin/edlabel
|
|
|
|
PROG sbin/mount_kernfs
|
|
|
|
PROG sbin/mount_msdos
|
|
|
|
PROG usr/bin/printf
|
|
|
|
PROG usr/sbin/loadkmap
|
1996-05-19 23:43:36 +04:00
|
|
|
|
|
|
|
# crunchgen source directory specials
|
2002-03-06 15:04:48 +03:00
|
|
|
SPECIAL ahdilabel srcdir sys/arch/atari/stand/ahdilabel
|
|
|
|
SPECIAL loadkmap srcdir sys/arch/atari/stand/loadkmap
|
1996-05-19 23:43:36 +04:00
|
|
|
|
|
|
|
# various files that we need in /etc for the install
|
1996-05-27 19:53:39 +04:00
|
|
|
COPY ${ARCHDIR}/disktab.shadow etc/disktab.shadow
|
1996-05-27 16:49:49 +04:00
|
|
|
#SYMLINK /tmp/disktab.shadow etc/disktab
|
|
|
|
#SYMLINK /tmp/fstab.shadow etc/fstab
|
|
|
|
#SYMLINK /tmp/resolv.conf.shadow etc/resolv.conf
|
|
|
|
#SYMLINK /tmp/hosts etc/hosts
|
1996-05-19 23:43:36 +04:00
|
|
|
|
1996-05-27 16:49:49 +04:00
|
|
|
# and the termcap file
|
2002-03-06 15:04:48 +03:00
|
|
|
COPY ${ARCHDIR}/termcap.vt usr/share/misc/termcap
|
1996-05-19 23:43:36 +04:00
|
|
|
|
|
|
|
# and the installation scripts
|
1996-05-27 19:53:39 +04:00
|
|
|
COPY ${ARCHDIR}/install.md install.md
|
|
|
|
COPY ${ARCHDIR}/dot.profile .profile
|
1996-05-27 16:49:49 +04:00
|
|
|
|
1996-06-23 18:04:54 +04:00
|
|
|
# and the keyboard maps
|
1996-07-15 10:24:07 +04:00
|
|
|
COPYDIR ${DESTDIR}/usr/share/keymaps/atari usr/share/keymaps/atari
|
1996-06-23 18:04:54 +04:00
|
|
|
|
2000-11-14 16:13:36 +03:00
|
|
|
# strip /etc/services - not enough space... (leaves ftp in).
|
2002-03-06 15:04:48 +03:00
|
|
|
CMD grep ftp ${DESTDIR}/etc/services > etc/services
|