diff options
| author | Rebecca Cran <brucec@FreeBSD.org> | 2011-04-16 11:15:57 +0000 |
|---|---|---|
| committer | Rebecca Cran <brucec@FreeBSD.org> | 2011-04-16 11:15:57 +0000 |
| commit | 39c60b6cff12f1708f4c12fb9f99b808004532e8 (patch) | |
| tree | 3d7c731a1e21232958bde96941d70d0eb858ce66 /sys/modules | |
| parent | 7223fe84f2ddb036373ad2d3245de42464feab42 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -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 562653611a2d..8bf741d4def7 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> |
