Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / usr.bin / sort / Makefile
1 #       $NetBSD: Makefile,v 1.7 2009/09/05 09:16:18 dsl Exp $
2
3 PROG=   sort
4 SRCS=   append.c \
5         fields.c \
6         files.c \
7         fsort.c \
8         init.c \
9         msort.c \
10         sort.c \
11         tmp.c \
12         radix_sort.c
13
14 .include <bsd.prog.mk>