summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/mkmodules/Makefile
blob: 78c2bb9afc7f309fafdffcc55214c82978235e74 (plain)
1
2
3
4
5
6
7
8
9
10
#	$Id: Makefile,v 1.5 1995/03/31 07:55:30 nate Exp $

PROG = mkmodules
SRCS = mkmodules.c
CFLAGS+= -I${.CURDIR}/../cvs -I${.CURDIR}/../lib -DHAVE_CONFIG_H
DPADD+=	${LIBCVS}
LDADD+=	-lcvs

.include "../../Makefile.inc"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud