1993-11-03 19:09:01 +03:00
|
|
|
# $Id: Makefile,v 1.3 1993/11/03 16:09:25 cgd Exp $
|
1993-08-02 21:38:43 +04:00
|
|
|
|
1993-07-09 05:56:50 +04:00
|
|
|
PROG= merge
|
|
|
|
CFLAGS+= -I${.CURDIR}/../lib
|
1993-11-03 19:09:01 +03:00
|
|
|
LDADD= ${LIBRCS} -lgnumalloc
|
|
|
|
DPADD= ${LIBRCS} /usr/lib/libgnumalloc.a
|
1993-07-09 05:56:50 +04:00
|
|
|
|
|
|
|
.include "../../Makefile.inc"
|
|
|
|
.include <bsd.prog.mk>
|