Home | History | Annotate | Line # | Download | only in common
list.images revision 1.2
      1 #	$NetBSD: list.images,v 1.2 2002/04/26 15:50:26 lukem Exp $
      2 
      3 SRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/atari/stand
      4 LIBS	libhack.o -lrmt -ledit -lbz2 -lutil -lcurses -ltermcap -lcrypt -lkvm -ll -lm
      5 
      6 # init invokes the shell as -sh
      7 ARGVLN	sh -sh
      8 
      9 # files that we need in /etc for the install
     10 COPY	${NETBSDSRCDIR}/etc/group		etc/group
     11 COPY	${NETBSDSRCDIR}/etc/master.passwd	etc/master.passwd
     12 
     13 # the termcap file
     14 COPY	${CURDIR}/../common/termcap.mini	usr/share/misc/termcap
     15 
     16 COPY	${CURDIR}/../common/dot.profile .profile
     17 
     18 # and the keyboard maps
     19 MTREE	./usr/share/keymaps	type=dir uname=root gname=wheel mode=0755
     20 COPYDIR	${DESTDIR}/usr/share/keymaps/atari	usr/share/keymaps/atari
     21