summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/cvsinit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cvs/cvsinit/Makefile')
-rw-r--r--gnu/usr.bin/cvs/cvsinit/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/gnu/usr.bin/cvs/cvsinit/Makefile b/gnu/usr.bin/cvs/cvsinit/Makefile
deleted file mode 100644
index 7392114..0000000
--- a/gnu/usr.bin/cvs/cvsinit/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: Makefile,v 1.4 1995/12/11 01:58:53 peter Exp $
-
-MAN8= cvsinit.8
-
-EXAMPDIR= /usr/share/examples/cvs
-CLEANFILES+= cvsinit ver
-
-.SUFFIXES: .sh
-
-all: cvsinit
-
-.sh:
- echo > ver \
- cvs-`sed < ${.CURDIR}/../lib/version.c \
- -e '/version_string/!d' \
- -e 's/[^0-9.]*\([0-9.]*\).*/\1/' \
- -e q`
- sed -e 's,xLIBDIRx,$(EXAMPDIR),g' \
- -e "s,xVERSIONx,`cat ver`,g" ${.CURDIR}/$@.sh > $@
-
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- cvsinit ${DESTDIR}${BINDIR}/cvsinit
-
-.include "../../Makefile.inc"
-.include <bsd.prog.mk>
-
OpenPOWER on IntegriCloud