1#	$NetBSD: list.images,v 1.9 2010/02/21 20:18:08 tsutsui Exp $
2
3SRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/atari/stand
4LIBS	libhack.o -lprop -lrmt -lz -lutil -lcurses -lterminfo -lkvm -ll -lm
5
6# init invokes the shell as -sh
7ARGVLN	sh -sh
8
9# files that we need in /etc for the install
10COPY	${NETBSDSRCDIR}/etc/group		etc/group
11COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
12
13COPY	${CURDIR}/../common/dot.profile 	.profile
14COPY	${CURDIR}/../common/mount_gemdos	sbin/mount_gemdos	555
15
16# and the keyboard maps
17MTREE	./usr/share/keymaps	type=dir uname=root gname=wheel mode=0755
18COPYDIR	${DESTDIR}/usr/share/keymaps/atari	usr/share/keymaps/atari
19