summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/examples
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1995-12-10 23:10:40 +0000
committerpeter <peter@FreeBSD.org>1995-12-10 23:10:40 +0000
commit3cd0ec7e5b6d131441a893af091ea73a6dcaad3e (patch)
tree67e4c5ba84c1800a0fe8ad8c3c61dac79cfa5b1b /gnu/usr.bin/cvs/examples
parent9c0211c38d00915e1a7109af0ca88a4776e8ff28 (diff)
downloadFreeBSD-src-3cd0ec7e5b6d131441a893af091ea73a6dcaad3e.zip
FreeBSD-src-3cd0ec7e5b6d131441a893af091ea73a6dcaad3e.tar.gz
First round of the post-import cleanups...
Diffstat (limited to 'gnu/usr.bin/cvs/examples')
-rw-r--r--gnu/usr.bin/cvs/examples/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/usr.bin/cvs/examples/Makefile b/gnu/usr.bin/cvs/examples/Makefile
index dbc997e..1855b78 100644
--- a/gnu/usr.bin/cvs/examples/Makefile
+++ b/gnu/usr.bin/cvs/examples/Makefile
@@ -1,17 +1,18 @@
-# $Id: Makefile,v 1.1 1995/04/08 17:50:48 nate Exp $
+# $Id: Makefile,v 1.2 1995/07/25 00:31:56 bde Exp $
-CVSFILES= commitinfo loginfo rcsinfo editinfo modules
+CVSFILES= checkoutlist commitinfo cvswrappers editinfo loginfo modules \
+ rcsinfo rcstemplate taginfo unwrap wrap
EXAMPDIR = /usr/share/examples/cvs
NOMAN = noman
+NOOBJ = noobj
all clean:
@echo -n
install:
- cd ${.CURDIR}; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${CVSFILES} \
- ${DESTDIR}${EXAMPDIR}
+ ${DESTDIR}${EXAMPDIR}/examples
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud