summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/perl/Makefile.bsd-wrapper5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper
index ac8cae3157f..056567053ec 100644
--- a/gnu/usr.bin/perl/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.14 1997/11/30 19:55:16 millert Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.15 1997/11/30 20:17:41 millert Exp $
#
# Build wrapper for Perl 5.003.
#
@@ -199,6 +199,9 @@ install: ${MANALL} maninstall
protocols/*.h sys/*.h)
-chmod -R a+rX ${DESTDIR}/usr/lib/perl5
+test:
+ -@if [ -e Makefile ]; then ${MAKE} test; fi
+
clean:
-@if [ -e Makefile ]; then ${MAKE} realclean; fi