summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2013-09-11 00:19:16 +0000
committergrehan <grehan@FreeBSD.org>2013-09-11 00:19:16 +0000
commitd5d1038c7e8fb81fcbf4d3e4d444d685e4af1e4b (patch)
tree32ae3386d1c471a3a19e92cd18a363325004fae2 /sys/modules
parent8294851167d283a6efac0918755ae401ac730eda (diff)
parent7b25e61875a286fe4f9be2f6da79b6fed5cf609b (diff)
downloadFreeBSD-src-d5d1038c7e8fb81fcbf4d3e4d444d685e4af1e4b.zip
FreeBSD-src-d5d1038c7e8fb81fcbf4d3e4d444d685e4af1e4b.tar.gz
IFC @ r255459
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ipfilter/Makefile3
-rw-r--r--sys/modules/random/Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/modules/ipfilter/Makefile b/sys/modules/ipfilter/Makefile
index db780e9..6e6accf 100644
--- a/sys/modules/ipfilter/Makefile
+++ b/sys/modules/ipfilter/Makefile
@@ -7,7 +7,8 @@
KMOD= ipl
SRCS= mlfk_ipl.c ip_nat.c ip_frag.c ip_state.c ip_proxy.c ip_auth.c \
ip_log.c ip_fil_freebsd.c fil.c ip_lookup.c ip_pool.c ip_htable.c \
- ip_sync.c
+ ip_sync.c \
+ ip_nat6.c ip_rules.c ip_scan.c ip_dstlist.c radix_ipf.c
SRCS+= opt_bpf.h opt_inet6.h
.if !defined(KERNBUILDDIR)
diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile
index ad14899..60b62af 100644
--- a/sys/modules/random/Makefile
+++ b/sys/modules/random/Makefile
@@ -5,7 +5,7 @@
.PATH: ${.CURDIR}/../../crypto/sha2
KMOD= random
-SRCS= randomdev.c probe.c
+SRCS= randomdev.c
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
SRCS+= nehemiah.c
SRCS+= ivy.c
OpenPOWER on IntegriCloud