mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-14 09:39:20 -04:00
19 lines
659 B
Plaintext
19 lines
659 B
Plaintext
# $NetBSD: list.images,v 1.10 2014/11/24 08:08:23 tsutsui Exp $
|
|
|
|
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/atari/stand
|
|
LIBS libhack.o -lprop -lrmt -lz -lutil -lcurses -lterminfo -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
|
|
COPY ${CURDIR}/../common/mount_gemdos sbin/mount_gemdos 555
|
|
|
|
# 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
|