14 lines
193 B
Makefile
14 lines
193 B
Makefile
# $NetBSD: Makefile,v 1.1 2000/09/04 21:46:57 christos Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
PROG= rcs2log
|
|
|
|
DIST=${IDIST}/contrib
|
|
.PATH: ${DIST}
|
|
|
|
NOMAN= 1
|
|
SRCS= rcs2log.sh
|
|
|
|
.include <bsd.prog.mk>
|