10 lines
218 B
Makefile
10 lines
218 B
Makefile
# $Id: Makefile,v 1.3 1993/11/03 16:09:25 cgd Exp $
|
|
|
|
PROG= merge
|
|
CFLAGS+= -I${.CURDIR}/../lib
|
|
LDADD= ${LIBRCS} -lgnumalloc
|
|
DPADD= ${LIBRCS} /usr/lib/libgnumalloc.a
|
|
|
|
.include "../../Makefile.inc"
|
|
.include <bsd.prog.mk>
|