#
# |-----------------------------------------------------------|
# | Copyright (c) 1991, 1990 MIPS Computer Systems, Inc.      |
# | All Rights Reserved                                       |
# |-----------------------------------------------------------|
# |          Restricted Rights Legend                         |
# | Use, duplication, or disclosure by the Government is      |
# | subject to restrictions as set forth in                   |
# | subparagraph (c)(1)(ii) of the Rights in Technical        |
# | Data and Computer Software Clause of DFARS 252.227-7013.  |
# |         MIPS Computer Systems, Inc.                       |
# |         950 DeGuigne Avenue                               |
# |         Sunnyvale, California 94088-3650, USA             |
# |-----------------------------------------------------------|
#
# $Header: Makefile,v 1.20.1.2 92/11/03 20:43:08 marker Exp $
#
SHELL	=/bin/sh
ETCDIR	=/etc

DESTROOT=

WHEREIGO=$(DESTROOT)/etc/rc2.d

SRCS	=K70tcp K60nfs S01MOUNTFSYS S23RMTMPFILES S15autoconfig S20sysetup \
	S21perf S30tcp S40nfs S70uucp S75cron S16license \
	S16lockfix S16addswap S17tzsetup S72smtp S35syslog S36savecore \
	S37netdaemons S22account S76printer S17set_kopts K65yp S38yp \
	S33dlpi S80RECREATEPSDATA

WHOAREWE=K70tcp K60nfs S01MOUNTFSYS S23RMTMPFILES S15autoconfig S20sysetup \
	S21perf S30tcp S40nfs S70uucp S75cron S16license \
	S16lockfix S16addswap S17tzsetup S72smtp S35syslog S36savecore \
	S37netdaemons S22account S76printer S17set_kopts K65yp S38yp \
	S33dlpi S80RECREATEPSDATA

INSTALL	=$(ETCDIR)/mipsinstall
MODE	=544
OWNER	=root
GROUP	=bin
ICOPY	=-c
INSTOPTS=$(ICOPY) -m $(MODE) -o $(OWNER) -g $(GROUP)

all: $(WHOAREWE)

install: $(WHOAREWE)
	for name in $(WHOAREWE) ;\
	{\
		$(INSTALL) $(INSTOPTS) "$$name" $(WHEREIGO) ;\
	}

clean:

clobber:

generic:
	$(GENERIC) -s $(SRCS) -d $(WHOAREWE) \
		-R$(DESTROOT) -D$(WHEREIGO)
