1993-06-18 05:46:17 +00:00
|
|
|
PROG = mkmodules
|
|
|
|
SRCS = mkmodules.c
|
|
|
|
CFLAGS += -I${.CURDIR}/../cvs -I${.CURDIR}/../lib
|
1994-08-28 18:18:19 +00:00
|
|
|
DPADD+= ${LIBCVS}
|
|
|
|
LDADD+= -lcvs
|
1993-07-06 19:12:57 +00:00
|
|
|
|
1993-06-18 05:46:17 +00:00
|
|
|
.include "../../Makefile.inc"
|
1994-08-28 18:18:19 +00:00
|
|
|
.include "../Makefile.inc"
|
|
|
|
.include <bsd.prog.mk>
|