Sorry,
After going through the Makefile and Config.in file for netfilter I realized that I had a typo, I had: obj=$(CONFIG_IP_NF_MATCH_PSD) += ipt_psd.o
instead of: obj-$(CONFIG_IP_NF_MATCH_PSD) += ipt_psd.o
I had an = sign where I needed a - .
Josh Berry Information Security Group 972-856-5402
|