mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
This is cleaned up quite a lot since 5.00502, and the library modules are broken out into individual dirs. This should please a lot folk.
15 lines
288 B
Makefile
15 lines
288 B
Makefile
# $FreeBSD$
|
|
|
|
.if !defined(NOSUIDPERL)
|
|
_suidperl= suidperl
|
|
.endif
|
|
|
|
SUBDIR= libperl miniperl perl ${_suidperl} library pod utils x2p
|
|
|
|
MAINTAINER=markm@freebsd.org
|
|
|
|
build-tools:
|
|
cd ${.CURDIR}/libperl && make build-tools
|
|
cd ${.CURDIR}/miniperl && make build-tools
|
|
|
|
.include <bsd.subdir.mk>
|