head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2001.10.22.14.54.22;	author vandys;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add installation rules for CVS controlled lib/etc files.
@
text
@OUT=build
include ../src/makefile.all
FILES=autoexec.net banner fstab ftpusers group \
	ids inittab less.help libvga.config motd passwd \
	profile rc shadow

build:

clean:

clobber:

install:
	cp $(FILES) $(ROOT)/etc
@
