diff options
author | nate <nate@FreeBSD.org> | 1993-06-29 05:36:16 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1993-06-29 05:36:16 +0000 |
commit | efd588fe5af74dd722b888ad46e8421e391fc5ec (patch) | |
tree | d62e734fc55cb6040cc8b274c51cc4ebe236e89b /gnu/Makefile | |
parent | 8fa4794c7342d9f9d1b0cfa9cfda95008f381137 (diff) | |
download | FreeBSD-src-efd588fe5af74dd722b888ad46e8421e391fc5ec.zip FreeBSD-src-efd588fe5af74dd722b888ad46e8421e391fc5ec.tar.gz |
Added sort to Makefile
Diffstat (limited to 'gnu/Makefile')
-rw-r--r-- | gnu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/Makefile b/gnu/Makefile index 9c2d351..68217bb 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91 -SUBDIR= bc gawk gcc2 groff gzip patch pr rcs tar cvs +SUBDIR= bc gawk gcc2 groff gzip patch pr rcs sort tar cvs .include <bsd.subdir.mk> |