[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.5, Fri Dec 21 06:17:29 2012 UTC (11 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.4: +1 -6 lines

the gcc bug seems to have been fixed...
ok miod

#	$OpenBSD: Makefile,v 1.5 2012/12/21 06:17:29 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>