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

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

1.2     ! deraadt     1: #      $OpenBSD: Makefile,v 1.1 1997/01/20 19:39:46 millert 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>