ce1bf9a557
not currently enabled. Thread-boffins are welcome to send me patches.
11 lines
220 B
Makefile
11 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>
|