13 lines
273 B
Makefile
13 lines
273 B
Makefile
# $NetBSD: options.mk,v 1.1 2005/08/01 14:54:33 wiz Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.libmilter812
|
|
# just needed for Makefile.common to work
|
|
PKG_SUPPORTED_OPTIONS= inet6
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
###
|
|
### IPv6 support.
|
|
###
|
|
.if !empty(PKG_OPTIONS:Minet6)
|
|
.endif
|