Added Makefile for example files. They are now installed in
/usr/share/examples/cvs for use by the cvsinit script.
This commit is contained in:
parent
a0402f9cc1
commit
7485ab574c
17
gnu/usr.bin/cvs/examples/Makefile
Normal file
17
gnu/usr.bin/cvs/examples/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $Id: Makefile,v 1.5 1995/02/22 21:49:46 roberto Exp $
|
||||
|
||||
CVSFILES= commitinfo loginfo rcsinfo editinfo modules
|
||||
|
||||
EXAMPDIR = /usr/share/examples/cvs
|
||||
|
||||
NOMAN = noman
|
||||
|
||||
all clean:
|
||||
@echo -n
|
||||
|
||||
install:
|
||||
cd ${.CURDIR}; \
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${CVSFILES} \
|
||||
${DESTDIR}${EXAMPDIR}
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user