15 lines
230 B
Makefile
15 lines
230 B
Makefile
#
|
|
# Bmake file for perl 4.036
|
|
#
|
|
# Note: I'm not sure what to do with c2ph located in misc...
|
|
#
|
|
|
|
SUBDIR= perl tperl usub lib x2p
|
|
|
|
.if !defined(NOSUIDPERL) && exists(${.CURDIR}/sperl)
|
|
SUBDIR+=sperl
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|
|
|