Remove ctau module subdir, missed in r359178
This commit is contained in:
parent
d9b252e3cb
commit
304f624bf5
@ -1,27 +0,0 @@
|
||||
# Cronyx Id: sys.modules.ct.Makefile,v 1.1.2.2 2003/12/08 15:39:01 rik Exp $
|
||||
# $FreeBSD$
|
||||
.PATH: ${SRCTOP}/sys/dev/ctau
|
||||
KMOD= if_ct
|
||||
SRCS= if_ct.c ctddk.c ctau.c opt_netgraph.h opt_ng_cronyx.h \
|
||||
device_if.h bus_if.h isa_if.h
|
||||
|
||||
.if !defined(KERNBUILDDIR)
|
||||
NCTAU?= 3
|
||||
PROTOS?= -DINET
|
||||
NG_CRONYX?= 0
|
||||
NETGRAPH= ${NG_CRONYX}
|
||||
|
||||
CFLAGS+= ${PROTOS}
|
||||
|
||||
.if ${NETGRAPH} != 0
|
||||
opt_netgraph.h:
|
||||
echo "#define NETGRAPH $(NETGRAPH)" > ${.TARGET}
|
||||
.endif
|
||||
|
||||
.if ${NG_CRONYX} != 0
|
||||
opt_ng_cronyx.h:
|
||||
echo "#define NETGRAPH_CRONYX 1" > ${.TARGET}
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user