blob: d53d01faf6a140c363f7a63dd642b2941efeedc5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $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>
|