freebsd-dev/gnu/usr.bin/cvs/mkmodules/Makefile
Bruce Evans 0641ff3b3d Add dependencies on libraries to DPADD.
Move another include of bsd.prog.mk to the end.
1994-08-28 18:18:19 +00:00

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>