summaryrefslogtreecommitdiff
path: root/usr.bin/sort/Makefile
blob: c4978fdb619c88fa6de5e034e18ed3ced55374d6 (plain)
1
2
3
4
5
6
#	$OpenBSD: Makefile,v 1.2 1997/09/21 11:50:57 deraadt Exp $

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

.include <bsd.prog.mk>