head	1.3;
access;
symbols
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	RELEASE_2_0:1.2
	BETA_2_0:1.2
	ALPHA_2_0:1.2;
locks; strict;
comment	@# @;


1.3
date	95.12.30.18.52.47;	author peter;	state dead;
branches;
next	1.2;

1.2
date	94.11.08.18.54.25;	author phk;	state Exp;
branches;
next	1.1;

1.1
date	94.11.08.03.58.48;	author phk;	state Exp;
branches;
next	;


desc
@@


1.3
log
@recording cvs-1.6 file death
@
text
@#	$Id: Makefile,v 1.2 1994/11/08 18:54:25 phk Exp peter $
#
# Doing a make install builds /usr/share/examples

DDIR=	${DESTDIR}/usr/share/FAQ
NOOBJ=	noobj

# Define SHARED to indicate whether you want symbolic links to the system
# source (``symlinks''), or a separate copy (``copies''); (latter useful
# in environments where it's not possible to keep /sys publicly readable)
SHARED?=	copies

all clean cleandir depend lint tags:

beforeinstall: ${SHARED}

copies:
	@@${ECHO} installing ${DDIR}
	rm -rf ${DDIR}
	mkdir ${DDIR}
	find . -print | grep -v /CVS | grep -v Makefile | cpio -dumpv ${DDIR}

symlinks:
	@@${ECHO} installing symlink to ${DDIR}
	rm -rf ${DDIR}; \
	ln -s ${.CURDIR} ${DDIR}; \

.include <bsd.prog.mk>
@


1.2
log
@Don't install Makefile
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1 1994/11/08 03:58:48 phk Exp $
@


1.1
log
@Make installs better, install the FAQ stuff, don't install CVS-dirs.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.10 1994/10/24 09:56:42 sos Exp $
d21 1
a21 1
	find . -print | grep -v /CVS | cpio -dumpv ${DDIR}
@
