freebsd-dev/gnu/usr.bin/perl/Makefile

10 lines
191 B
Makefile
Raw Normal View History

1998-09-30 20:24:59 +00:00
# $Id: Makefile,v 1.6 1998/09/09 07:20:10 markm Exp $
1998-09-30 20:24:59 +00:00
.if !defined(NOSUIDPERL)
_suidperl= suidperl
.endif
SUBDIR= libperl miniperl perl ${_suidperl} pod utils x2p
.include <bsd.subdir.mk>