packages that use builtin.mk files (graphics/xpm and pkgtools/x11-links) use the new format correctly.
10 lines
286 B
Makefile
10 lines
286 B
Makefile
# $NetBSD: builtin.mk,v 1.2 2004/03/29 05:43:35 jlam Exp $
|
|
|
|
.if !defined(IS_BUILTIN.tcp_wrappers)
|
|
IS_BUILTIN.tcp_wrappers= no
|
|
. if exists(/usr/include/tcpd.h)
|
|
IS_BUILTIN.tcp_wrappers= yes
|
|
. endif
|
|
.endif # IS_BUILTIN.tcp_wrappers
|
|
|
|
USE_BUILTIN.tcp_wrappers?= ${IS_BUILTIN.tcp_wrappers}
|