pkgsrc/net/netbsd-tap/builtin.mk
cube d566d2f52b Initial import of netbsd-tap into the NetBSD Packages Collection.
netbsd-tap is the "pkgsrcized" version of the implementation of tap(4) that
can be found in NetBSD-current.  It is compatible with NetBSD 2.0 and
above.
2005-01-20 18:02:38 +00:00

10 lines
283 B
Makefile

# $NetBSD: builtin.mk,v 1.1.1.1 2005/01/20 18:02:39 cube Exp $
.if !defined(IS_BUILTIN.netbsd-tap)
. if exists(/usr/include/net/if_tap.h)
IS_BUILTIN.netbsd-tap= YES
. else
IS_BUILTIN.netbsd-tap= NO
.endif # IS_BUILTIN.netbsd-tap
USE_BUILTIN.netbsd-tap?= ${IS_BUILTIN.netbsd-tap}