mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-29 12:03:03 +00:00
11 lines
178 B
Makefile
11 lines
178 B
Makefile
# $FreeBSD$
|
|
|
|
.if !defined(NOSUIDPERL)
|
|
_suidperl= suidperl
|
|
.endif
|
|
|
|
SUBDIR= libperl miniperl perl ${_suidperl} pod utils x2p
|
|
MAINTAINER=markm@freebsd.org
|
|
|
|
.include <bsd.subdir.mk>
|