diff options
author | jkh <jkh@FreeBSD.org> | 1993-06-18 04:22:21 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1993-06-18 04:22:21 +0000 |
commit | 777d9e83b8466b1892a1383f2540a711b9107887 (patch) | |
tree | d52de9deedffb757f9283a79e16e1c1c47aba8f9 /gnu/Makefile | |
parent | 25062ba061871945759b3baa833fe64969383e40 (diff) | |
download | FreeBSD-src-777d9e83b8466b1892a1383f2540a711b9107887.zip FreeBSD-src-777d9e83b8466b1892a1383f2540a711b9107887.tar.gz |
Updated GNU utilities
Diffstat (limited to 'gnu/Makefile')
-rw-r--r-- | gnu/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/Makefile b/gnu/Makefile new file mode 100644 index 0000000..7da2c32 --- /dev/null +++ b/gnu/Makefile @@ -0,0 +1,5 @@ +# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91 + +SUBDIR= gawk groff tar + +.include <bsd.subdir.mk> |