diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-30 20:17:42 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-30 20:17:42 +0000 |
commit | faffbb57bce71371bec85876e8b7d8534de0800c (patch) | |
tree | 7a53a25223eaeb219100b04561fe7d292071a9df /gnu/usr.bin/perl/Makefile.bsd-wrapper | |
parent | 805e309b5c0fdbfef661e095dfcd992b5d82143a (diff) |
Add "test" target.
Diffstat (limited to 'gnu/usr.bin/perl/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 5 |
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 |