mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
9 lines
191 B
Makefile
9 lines
191 B
Makefile
# $Id: Makefile,v 1.6 1998/09/09 07:20:10 markm Exp $
|
|
|
|
.if !defined(NOSUIDPERL)
|
|
_suidperl= suidperl
|
|
.endif
|
|
|
|
SUBDIR= libperl miniperl perl ${_suidperl} pod utils x2p
|
|
|
|
.include <bsd.subdir.mk>
|