diff options
Diffstat (limited to 'sys/modules/ctau/Makefile')
-rw-r--r-- | sys/modules/ctau/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ctau/Makefile b/sys/modules/ctau/Makefile index 9d3d9c51f94d..8b5c71db6e37 100644 --- a/sys/modules/ctau/Makefile +++ b/sys/modules/ctau/Makefile @@ -1,5 +1,5 @@ # Cronyx Id: sys.modules.ct.Makefile,v 1.1.2.2 2003/12/08 15:39:01 rik Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ctau/Makefile,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .PATH: ${.CURDIR}/../../dev/ctau KMOD= if_ct SRCS= if_ct.c ctddk.c ctau.c opt_netgraph.h opt_ng_cronyx.h \ |