NetBSD/gnu/usr.bin/sort/Makefile

8 lines
144 B
Makefile
Raw Normal View History

1995-04-23 11:58:27 +04:00
# $NetBSD: Makefile,v 1.4 1995/04/23 07:58:53 cgd Exp $
1993-03-21 12:45:37 +03:00
PROG= sort
LDADD+= -lgnumalloc
DPADD+= /usr/lib/libgnumalloc.a
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>