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

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

1.5     ! deraadt     1: #      $OpenBSD: Makefile,v 1.4 2012/09/10 04:03:34 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
                      5:
                      6: .include <bsd.prog.mk>