blob: 967b0ce22e73178dd69c6d9cf61d1c4373193891 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $FreeBSD$
.if !defined(NOSUIDPERL)
_suidperl= suidperl
.endif
SUBDIR= libperl miniperl perl ${_suidperl} pod utils x2p
MAINTAINER=markm@freebsd.org
.include <bsd.subdir.mk>
|