mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
10 lines
220 B
Makefile
10 lines
220 B
Makefile
# $Id: Makefile,v 1.7 1998/09/30 20:24:59 markm Exp $
|
|
|
|
.if !defined(NOSUIDPERL)
|
|
_suidperl= suidperl
|
|
.endif
|
|
|
|
SUBDIR= libperl miniperl perl ${_suidperl} pod utils x2p
|
|
MAINTAINER=markm@freebsd.org
|
|
|
|
.include <bsd.subdir.mk>
|