diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-29 13:17:54 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-29 13:17:54 +0000 |
| commit | 4448c79e472c7d23f859eb5a959c2d4e31d7cfca (patch) | |
| tree | 8117c933d52263b2b6158bc073d28d25695c829d /gnu/usr.bin/perl/Makefile | |
| parent | 8c65132c763335200d27314504bac14e0b463625 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/perl/Makefile')
| -rw-r--r-- | gnu/usr.bin/perl/Makefile | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/gnu/usr.bin/perl/Makefile b/gnu/usr.bin/perl/Makefile index fa1f63673d5c5..b53231003c676 100644 --- a/gnu/usr.bin/perl/Makefile +++ b/gnu/usr.bin/perl/Makefile @@ -1,23 +1,7 @@ # $FreeBSD$ -.ifmake !install && !distribute -_MINI= miniperl -.endif - -SUBDIR= libperl ${_MINI} perl suidperl library pod utils x2p BSDPAN +SUBDIR= libperl miniperl perl suidperl library pod utils x2p BSDPAN MAINTAINER=markm@freebsd.org -.BEGIN: -.ifmake depend || all - if [ \! -f ${.OBJDIR}/build-tools ] ; then \ - cd ${.CURDIR}/libperl && ${MAKE} depend && ${MAKE} all ; \ - cd ${.CURDIR}/miniperl && ${MAKE} depend && ${MAKE} all ; \ - touch ${.OBJDIR}/build-tools ; \ - fi -.endif -.ifmake cleandir || clean - @rm -f ${.OBJDIR}/build-tools -.endif - .include <bsd.subdir.mk> |
