opnsense-src/gnu/usr.bin/cvs/examples/Makefile
Nate Williams 5b9d4f5aa8 Added Makefile for example files. They are now installed in
/usr/share/examples/cvs for use by the cvsinit script.
1995-04-08 17:50:48 +00:00

17 lines
319 B
Makefile

# $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>