diff options
author | nate <nate@FreeBSD.org> | 1993-06-29 08:38:38 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1993-06-29 08:38:38 +0000 |
commit | 76b8039b4b77138d9129d34ff5b328c7bd187af1 (patch) | |
tree | 68682fd838dcf0db6f02b725aa35b4477b814c73 /gnu/Makefile | |
parent | ed7e77d831a828bf843a020e8d0adbac339d2074 (diff) | |
download | FreeBSD-src-76b8039b4b77138d9129d34ff5b328c7bd187af1.zip FreeBSD-src-76b8039b4b77138d9129d34ff5b328c7bd187af1.tar.gz |
Added diff/diff3 to the 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 d573524..3dcddd5 100644 --- a/gnu/Makefile +++ b/gnu/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91 -SUBDIR= bc egrep fgrep gawk gcc2 grep groff gzip patch pr rcs sort tar cvs +SUBDIR= bc diff diff3 egrep fgrep gawk gcc2 grep groff gzip patch pr rcs sort tar cvs .include <bsd.subdir.mk> |