diff options
author | nate <nate@FreeBSD.org> | 1993-06-29 05:05:01 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1993-06-29 05:05:01 +0000 |
commit | 6bc7b76e5cba8dad3807f968cb11cbf824759159 (patch) | |
tree | 8baacfa24e04d747981ebb212b24387f50d5a76a /gnu | |
parent | 4cd0974375bdc2ce1af5b2959d4f6433a3fcf7ef (diff) | |
download | FreeBSD-src-6bc7b76e5cba8dad3807f968cb11cbf824759159.zip FreeBSD-src-6bc7b76e5cba8dad3807f968cb11cbf824759159.tar.gz |
Added pr to the Makefile
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/Makefile b/gnu/Makefile index a3e28e9..9c2d351 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 rcs tar cvs +SUBDIR= bc gawk gcc2 groff gzip patch pr rcs tar cvs .include <bsd.subdir.mk> |