freebsd-dev/gnu/usr.bin/cvs/examples/Makefile
1995-12-10 23:10:40 +00:00

19 lines
385 B
Makefile

# $Id: Makefile,v 1.2 1995/07/25 00:31:56 bde Exp $
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:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${CVSFILES} \
${DESTDIR}${EXAMPDIR}/examples
.include <bsd.prog.mk>