summaryrefslogtreecommitdiff
path: root/usr.bin/sort/Makefile
blob: 71b9c24e3828f28fd1616f0456fef460df47b98c (plain)
1
2
3
4
5
6
7
# $OpenBSD: Makefile,v 1.6 2015/03/17 17:45:13 millert Exp $

PROG=	sort

SRCS=	bwstring.c coll.c file.c mem.c radixsort.c sort.c vsort.c

.include <bsd.prog.mk>