diff options
| author | Mark Murray <markm@FreeBSD.org> | 1999-09-24 19:39:34 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1999-09-24 19:39:34 +0000 |
| commit | 948f185ef5aa21abcf195fe5516bfa03c8c3d96e (patch) | |
| tree | 9ce41a790b35d600ae2d95a68ec4ef590871d8d8 /gnu/usr.bin/perl | |
| parent | 37af288330be3cefe6cb7670688df05a98aadaa5 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/perl')
| -rw-r--r-- | gnu/usr.bin/perl/perl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/perl/Makefile b/gnu/usr.bin/perl/perl/Makefile index 8b67639c60ef..613453cc58f3 100644 --- a/gnu/usr.bin/perl/perl/Makefile +++ b/gnu/usr.bin/perl/perl/Makefile @@ -16,6 +16,8 @@ CLEANFILES= Config.pm perlmain.c \ autosplit pod2man.PL pod2man ext.libs \ man3pages +.include <bsd.prog.mk> + STATIC_EXT= DynaLoader/DynaLoader DYNAMIC_EXT= B/B DB_File/DB_File Data/Dumper/Dumper Fcntl/Fcntl IO/IO \ @@ -27,8 +29,6 @@ DYNAMIC_EXT+= Thread/Thread NONXS_EXT= Errno/pm_to_blib -.include <bsd.prog.mk> - ${PROG}: Config.pm autosplit lib/auto/DynaLoader/DynaLoader.a Config.pm: links ${PERL5SRC}/configpm myconfig config.sh |
