diff options
author | brucec <brucec@FreeBSD.org> | 2011-04-16 11:15:57 +0000 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2011-04-16 11:15:57 +0000 |
commit | f9dcba71778b4db10527f5e1e69c24ec79f7b7f5 (patch) | |
tree | 3d7c731a1e21232958bde96941d70d0eb858ce66 /sys/modules/netgraph | |
parent | 322300a74383cd00cbfcccb4fec832149edb1e44 (diff) | |
download | FreeBSD-src-f9dcba71778b4db10527f5e1e69c24ec79f7b7f5.zip FreeBSD-src-f9dcba71778b4db10527f5e1e69c24ec79f7b7f5.tar.gz |
Remove missing include directory in preparation for adding
-Wmissing-include-dirs to CWARNFLAGS.
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r-- | sys/modules/netgraph/atm/ccatm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/netgraph/atm/ccatm/Makefile b/sys/modules/netgraph/atm/ccatm/Makefile index 5626536..8bf741d 100644 --- a/sys/modules/netgraph/atm/ccatm/Makefile +++ b/sys/modules/netgraph/atm/ccatm/Makefile @@ -12,6 +12,6 @@ KMOD= ng_ccatm SRCS= ng_ccatm.c cc_conn.c cc_data.c cc_dump.c cc_port.c cc_sig.c \ cc_user.c unisap.c -CFLAGS+= -I${LIBBASE} -I${LIBBASE}/netnatm/ccatm -DCCATM_DEBUG +CFLAGS+= -I${LIBBASE} -DCCATM_DEBUG .include <bsd.kmod.mk> |