8 lines
140 B
Makefile
8 lines
140 B
Makefile
# $Id: Makefile,v 1.3 1993/10/07 07:26:26 cgd Exp $
|
|
|
|
PROG= sort
|
|
LDADD+= -lgnumalloc
|
|
DPADD+= /usr/lib/libgnumalloc.a
|
|
|
|
.include <bsd.prog.mk>
|