diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-24 04:33:54 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-03-24 04:33:54 +0000 |
commit | 80926682fdc888058c8ac0096abd967323ff677e (patch) | |
tree | 3dcfa270e8e9cca17c64bc419002e13dd73d40ef /gnu/usr.bin/perl/Makefile | |
parent | a833576497c140dc5db8ddead91b28d60deb3c4e (diff) | |
download | src-80926682fdc888058c8ac0096abd967323ff677e.tar.gz src-80926682fdc888058c8ac0096abd967323ff677e.zip |
Bring back perl/usub as usub/, this time containing an updated curseperl
which is also installed by default (the reason for which should also be
plain shortly).
Notes
Notes:
svn path=/head/; revision=7314
Diffstat (limited to 'gnu/usr.bin/perl/Makefile')
-rw-r--r-- | gnu/usr.bin/perl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile b/gnu/usr.bin/perl/Makefile index 3ef6485b9745..661af5f66367 100644 --- a/gnu/usr.bin/perl/Makefile +++ b/gnu/usr.bin/perl/Makefile @@ -4,7 +4,7 @@ # Note: I'm not sure what to do with c2ph located in misc... # -SUBDIR= perl tperl sperl lib x2p +SUBDIR= perl tperl sperl usub lib x2p .include <bsd.subdir.mk> |