mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01: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>
|