c9fc60beee
r256095: - Add gnu/usr.bin/rcs back to the base system. r256120: - Add WITHOUT_RCS back to src.conf.5. r256121: - Remove UPDATING entry regarding gnu/usr.bin/rcs removal. Requested by: many Approved by: re (marius) Discussed with: core
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>
|