9b21dc9931
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.
9 lines
145 B
Makefile
9 lines
145 B
Makefile
PROG= merge
|
|
SRCS= merge.c
|
|
CFLAGS+= -I${.CURDIR}/../lib
|
|
LDADD= ${LIBRCS}
|
|
DPADD= ${LIBRCS}
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|