mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 13:15:12 +02:00
13 lines
218 B
Makefile
13 lines
218 B
Makefile
# -*- Makefile -*-
|
|
#
|
|
# Only "build_${name}=m" (build extensions) or "build_${name}="
|
|
# (do not build) are valid!
|
|
#
|
|
build_CHAOS=m
|
|
build_DELUDE=m
|
|
build_LOGMARK=m
|
|
build_TARPIT=m
|
|
build_TEE=m
|
|
build_geoip=m
|
|
build_portscan=m
|