Home | History | Annotate | Line # | Download | only in common
list.images revision 1.7
      1 #	$NetBSD: list.images,v 1.7 2010/02/05 10:01:17 roy Exp $
      2 
      3 SRCDIRS	bin sbin usr.bin usr.sbin gnu/usr.bin sys/arch/atari/stand
      4 LIBS	libhack.o -lprop -lrmt -ledit -lz -lbz2 -lutil -lcurses -lterminfo -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 terminfo database
     14 COPY	${DESTDIR}/rescue/terminfo.db		usr/share/misc/terminfo.db
     15 
     16 COPY	${CURDIR}/../common/dot.profile 	.profile
     17 COPY	${CURDIR}/../common/mount_gemdos	sbin/mount_gemdos	555
     18 
     19 # and the keyboard maps
     20 MTREE	./usr/share/keymaps	type=dir uname=root gname=wheel mode=0755
     21 COPYDIR	${DESTDIR}/usr/share/keymaps/atari	usr/share/keymaps/atari
     22