summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/mkmodules/Makefile
blob: 9f66fdefc97f54e845b829e02448ac449e01ccb3 (plain)
1
2
3
4
5
6
7
8
PROG = mkmodules
SRCS = mkmodules.c

CFLAGS += -I${.CURDIR}/../cvs -I${.CURDIR}/../lib
LDADD= -L${.CURDIR}/../lib/obj -lcvs

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