repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
security
/
putty
/
options.mk
blob
71846b32e4650f536ffa595136dd66f00f5a90e7
1
# $NetBSD: options.mk,v 1.1 2012/02/22 15:27:13 wiz Exp $
2
3
PKG_OPTIONS_VAR
=
PKG_OPTIONS.putty
4
PKG_SUPPORTED_OPTIONS
=
inet6
5
PKG_SUGGESTED_OPTIONS
=
inet6
6
7
.
include
"../../mk/bsd.options.mk"
8
9
.if
!
empty
(
PKG_OPTIONS
:
Minet6
)
10
CFLAGS
+= -
DIPV6
11
.
endif