21 lines
691 B
Plaintext
21 lines
691 B
Plaintext
# $NetBSD: list.images,v 1.2 2002/04/26 15:50:26 lukem Exp $
|
|
|
|
SRCDIRS bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/atari/stand
|
|
LIBS libhack.o -lrmt -ledit -lbz2 -lutil -lcurses -ltermcap -lcrypt -lkvm -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
|
|
|
|
# the termcap file
|
|
COPY ${CURDIR}/../common/termcap.mini usr/share/misc/termcap
|
|
|
|
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
|