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

Annotation of src/usr.bin/sort/Makefile, Revision 1.3

1.3     ! millert     1: #      $OpenBSD: Makefile,v 1.2 1997/09/21 11:50:57 deraadt Exp $
1.1       millert     2:
                      3: PROG=  sort
                      4: SRCS=  append.c fields.c files.c fsort.c init.c msort.c sort.c tmp.c
1.3     ! millert     5:
        !             6: # Work around gcc optimization bug on sh
        !             7: .if (${MACHINE_ARCH} == sh)
        !             8: COPTS+= -O1
        !             9: .endif
1.1       millert    10:
                     11: .include <bsd.prog.mk>