head	1.6;
access;
symbols
	kim-current-1999-09-17:1.3
	christos-current-1999-03-28:1.1.1.1
	CHRISTOS:1.1.1;
locks; strict;
comment	@# @;


1.6
date	2005.04.30.13.38.10;	author tron;	state dead;
branches;
next	1.5;

1.5
date	2001.08.08.20.44.07;	author christos;	state Exp;
branches;
next	1.4;

1.4
date	2001.02.13.02.18.11;	author christos;	state Exp;
branches;
next	1.3;

1.3
date	99.08.27.21.22.20;	author christos;	state Exp;
branches;
next	1.2;

1.2
date	99.04.13.08.17.55;	author crooksa;	state Exp;
branches;
next	1.1;

1.1
date	99.04.12.07.43.23;	author crooksa;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.04.12.07.43.23;	author crooksa;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Zoularis is obsolete for a very long time.
@
text
@include ../../Makefile.inc

SRCDIR = ${BSDSRCDIR}/share/mk

FILES=  bsd.README bsd.doc.mk bsd.dep.mk bsd.depall.mk bsd.files.mk \
	bsd.inc.mk bsd.kinc.mk bsd.kmod.mk bsd.lib.mk bsd.links.mk \
	bsd.man.mk bsd.nls.mk bsd.obj.mk bsd.own.mk bsd.prog.mk \
	bsd.subdir.mk bsd.sys.mk sys.mk

all:

install: all
	@@for i in ${FILES}; do \
		if [ -f $$i ]; then \
			f=$$i; \
		else \
			f=${SRCDIR}/$$i; \
		fi; \
		echo "${INSTALL} -c -m 444 $$f ${DESTDIR}/share/mk/$$i"; \
		${INSTALL} -c -m 444 $$f ${DESTDIR}/share/mk/$$i; \
	done

clean:
	rm -f bsd.own.mk sys.mk
@


1.5
log
@Generate this at configuration time
@
text
@@


1.4
log
@sync to current and remove files we have not modified.
@
text
@d10 1
a10 1
all: bsd.own.mk
a21 3

bsd.own.mk: bsd.own.mk.dist
	sed -e s,@@BSDDIR@@,${DESTDIR},g < $? > $@@
@


1.3
log
@Makefile cleanup
@
text
@d3 6
a8 3
FILES=	bsd.README bsd.doc.mk bsd.dep.mk bsd.files.mk bsd.inc.mk bsd.kinc.mk \
	bsd.kmod.mk bsd.lib.mk bsd.links.mk bsd.man.mk bsd.nls.mk bsd.obj.mk \
	bsd.own.mk bsd.prog.mk bsd.subdir.mk bsd.sys.mk sys.mk
d14 7
a20 2
		echo "${INSTALL} -c -m 444 $$i ${DESTDIR}/share/mk/$$i"; \
		${INSTALL} -c -m 444 $$i ${DESTDIR}/share/mk/$$i; \
@


1.2
log
@Use ${INSTALL}, rather than install.
@
text
@d19 1
a19 1
	rm -f bsd.own.mk
@


1.1
log
@Initial revision
@
text
@d11 2
a12 2
		echo "install -c -m 444 $$i ${DESTDIR}/share/mk/$$i"; \
		install -c -m 444 $$i ${DESTDIR}/share/mk/$$i; \
@


1.1.1.1
log
@Initial import of Zoularis "NetBSD-on-Solaris" environment.
@
text
@@
