summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/sort/Makefile
blob: a63949370ea4913fb1c3f363c0a268b3a6261d80 (plain)
1
2
3
4
5
6
7
#	$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>