From a5b996a7ecea192e05c848269fbfb40c1e7c50ef Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 30 Dec 1995 19:02:48 +0000 Subject: recording cvs-1.6 file death --- share/FAQ/Makefile | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 share/FAQ/Makefile (limited to 'share/FAQ/Makefile') diff --git a/share/FAQ/Makefile b/share/FAQ/Makefile deleted file mode 100644 index 033633b8ea29..000000000000 --- a/share/FAQ/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: Makefile,v 1.1 1994/11/08 03:58:48 phk Exp $ -# -# 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 -- cgit v1.3