10 lines
191 B
Makefile
10 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>
|