xref: /dragonfly/usr.bin/sort/Makefile (revision ef3ac1d1)
1#	$NetBSD: Makefile,v 1.7 2009/09/05 09:16:18 dsl Exp $
2
3PROG=	sort
4SRCS=	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>
15