mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
centralize obj/noobj conditional in Makefile.inc use DPADD don't compile profiling library install rcsfreeze correctly After this commit, the freebsd and netbsd rcs distribution will be in sync.
8 lines
145 B
Makefile
8 lines
145 B
Makefile
PROG= merge
|
|
SRCS= merge.c
|
|
CFLAGS+= -I${.CURDIR}/../lib
|
|
LDADD= ${LIBRCS}
|
|
DPADD= ${LIBRCS}
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|