[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / sort

File: [local] / src / usr.bin / sort / Makefile (download)

Revision 1.1, Mon Jan 20 19:39:46 1997 UTC (27 years, 4 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1

sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me.

#	$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>