freebsd-dev/gnu/usr.bin/perl/Makefile

11 lines
178 B
Makefile
Raw Normal View History

1999-08-27 23:37:10 +00:00
# $FreeBSD$
1998-09-30 20:24:59 +00:00
.if !defined(NOSUIDPERL)
_suidperl= suidperl
.endif
SUBDIR= libperl miniperl perl ${_suidperl} pod utils x2p
MAINTAINER=markm@freebsd.org
.include <bsd.subdir.mk>