Index: head/sys/modules/netgraph/atm/Makefile =================================================================== --- head/sys/modules/netgraph/atm/Makefile (revision 121461) +++ head/sys/modules/netgraph/atm/Makefile (revision 121462) @@ -1,8 +1,11 @@ # $FreeBSD$ SUBDIR= \ atm \ - atmpif + atmbase \ + atmpif \ + sscfu \ + sscop .include Index: head/sys/modules/netgraph/atm/atmbase/Makefile =================================================================== --- head/sys/modules/netgraph/atm/atmbase/Makefile (nonexistent) +++ head/sys/modules/netgraph/atm/atmbase/Makefile (revision 121462) @@ -0,0 +1,16 @@ +# $FreeBSD$ +# +# Author: Harti Brandt +# + +LIBBASE= ${.CURDIR}/../../../../contrib/ngatm + +.PATH: ${.CURDIR}/../../../../netgraph/atm +.PATH: ${LIBBASE}/netnatm/misc + +KMOD= ngatmbase +SRCS= ngatmbase.c unimsg_common.c + +CFLAGS+= -I${LIBBASE} # -DNGATM_DEBUG + +.include Property changes on: head/sys/modules/netgraph/atm/atmbase/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/sys/modules/netgraph/atm/sscfu/Makefile =================================================================== --- head/sys/modules/netgraph/atm/sscfu/Makefile (nonexistent) +++ head/sys/modules/netgraph/atm/sscfu/Makefile (revision 121462) @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# Author: Harti Brandt +# + +LIBBASE= ${.CURDIR}/../../../../contrib/ngatm + +.PATH: ${.CURDIR}/../../../../netgraph/atm/sscfu ${LIBBASE}/netnatm/saal + +KMOD= ng_sscfu +SRCS= ng_sscfu.c saal_sscfu.c +CFLAGS+= -I${LIBBASE} # -DSSCFU_DEBUG + +.include Property changes on: head/sys/modules/netgraph/atm/sscfu/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/sys/modules/netgraph/atm/sscop/Makefile =================================================================== --- head/sys/modules/netgraph/atm/sscop/Makefile (nonexistent) +++ head/sys/modules/netgraph/atm/sscop/Makefile (revision 121462) @@ -0,0 +1,13 @@ +# $FreeBSD$ +# +# Author: Harti Brandt + +LIBBASE= ${.CURDIR}/../../../../contrib/ngatm + +.PATH: ${.CURDIR}/../../../../netgraph/atm/sscop ${LIBBASE}/netnatm/saal + +KMOD= ng_sscop +SRCS= ng_sscop.c saal_sscop.c +CFLAGS+= -I${LIBBASE} # -DSSCOP_DEBUG + +.include Property changes on: head/sys/modules/netgraph/atm/sscop/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property