mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
8 lines
178 B
Makefile
8 lines
178 B
Makefile
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"
|