summaryrefslogtreecommitdiffstats
path: root/files/nftables/Makefile.am
blob: a4c7ac7c980b8d5c92270f5c61375931dce1de4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

pkgsysconfdir = ${sysconfdir}/nftables
dist_pkgsysconf_DATA =	bridge-filter	\
			inet-filter	\
			ipv4-filter	\
			ipv4-mangle	\
			ipv4-nat	\
			ipv4-raw	\
			ipv6-filter	\
			ipv6-mangle	\
			ipv6-nat	\
			ipv6-raw

install-data-hook:
	${SED} -i 's|@sbindir[@]|${sbindir}/|g' ${DESTDIR}${pkgsysconfdir}/*