blob: 942543b413c5c3ecd92f625605606fdd8c4d24f6 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: options.mk,v 1.2 2012/06/12 15:45:58 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libmilter
PKG_SUPPORTED_OPTIONS= inet6
PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"
# IPv6 support is handled directly in ../sendmail/Makefile.common
|