13 lines
190 B
Makefile
13 lines
190 B
Makefile
# $NetBSD: Makefile,v 1.4 2000/09/05 05:15:11 enami Exp $
|
|
|
|
.include "${.CURDIR}/../Makefile.inc"
|
|
|
|
SCRIPTS= rcs2log.sh
|
|
|
|
DIST=${IDIST}/contrib
|
|
.PATH: ${DIST}
|
|
|
|
NOMAN= 1
|
|
|
|
.include <bsd.prog.mk>
|