0641ff3b3d
Move another include of bsd.prog.mk to the end.
10 lines
199 B
Makefile
10 lines
199 B
Makefile
PROG = mkmodules
|
|
SRCS = mkmodules.c
|
|
CFLAGS += -I${.CURDIR}/../cvs -I${.CURDIR}/../lib
|
|
DPADD+= ${LIBCVS}
|
|
LDADD+= -lcvs
|
|
|
|
.include "../../Makefile.inc"
|
|
.include "../Makefile.inc"
|
|
.include <bsd.prog.mk>
|