#	$NetBSD: list,v 1.15 2002/05/29 03:58:31 lukem Exp $

# Atari extra's
PROG	sbin/ahdilabel
PROG	sbin/edlabel
PROG	sbin/mount_kernfs
PROG	sbin/mount_msdos
PROG	usr/bin/printf
PROG	usr/sbin/loadkmap

# crunchgen source directory specials
SPECIAL	ahdilabel	srcdir	sys/arch/atari/stand/ahdilabel
SPECIAL	loadkmap	srcdir	sys/arch/atari/stand/loadkmap

# various files that we need in /etc for the install
COPY	${ARCHDIR}/disktab.shadow		etc/disktab.shadow
#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

# and the termcap file
COPY	${ARCHDIR}/termcap.vt		usr/share/misc/termcap

# and the installation scripts
COPY	${ARCHDIR}/install.md		install.md
COPY	${ARCHDIR}/dot.profile		.profile

# and the keyboard maps
MTREE	./usr/share/keymaps	type=dir uname=root gname=wheel mode=0755
COPYDIR	${DESTDIR}/usr/share/keymaps/atari	usr/share/keymaps/atari

# strip /etc/services - not enough space... (leaves ftp in).
CMD	chmod u+w etc/services
CMD	grep ftp ${NETBSDSRCDIR}/etc/services > etc/services
