blob: 177ec87324c539eb77d2ce65d52db36ee90427be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: list.images,v 1.14 2020/04/05 11:19:01 martin Exp $
SRCDIRS bin sbin usr.bin usr.sbin sys/arch/atari/stand
LIBS libhack.o -lprop -lrmt -lz -lutil -ll -lm
# init invokes the shell as -sh
ARGVLN sh -sh
# files that we need in /etc for the install
COPY ${NETBSDSRCDIR}/etc/group etc/group
COPY ${NETBSDSRCDIR}/etc/master.passwd etc/master.passwd
COPY ${CURDIR}/../common/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
|