summaryrefslogtreecommitdiff
path: root/usr.bin/sort/Makefile
blob: aed00b478358ddb68082e5a244080d054e8867b8 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.1 1997/01/20 19:39:46 millert Exp $
#	from: @(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	sort
SRCS=	append.c fields.c files.c fsort.c init.c msort.c sort.c tmp.c

.include <bsd.prog.mk>