freebsd-dev/gnu/usr.bin/perl/Makefile
Mark Murray ce1bf9a557 System Perl is now 5.00503! There is support for threads, but this is
not currently enabled. Thread-boffins are welcome to send me patches.
1999-05-02 15:29:56 +00:00

11 lines
220 B
Makefile

# $Id: Makefile,v 1.7 1998/09/30 20:24:59 markm Exp $
.if !defined(NOSUIDPERL)
_suidperl= suidperl
.endif
SUBDIR= libperl miniperl perl ${_suidperl} pod utils x2p
MAINTAINER=markm@freebsd.org
.include <bsd.subdir.mk>