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