diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 1999-12-21 20:51:34 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 1999-12-21 20:51:34 +0000 |
| commit | c01c073c4cb14d840d54853328ae87964d80970a (patch) | |
| tree | de959917aa822eb6378ed63883f2dfffbae75635 /sys/modules/netgraph | |
| parent | 80ef02b65d025bad0d07c160ad0067bc7b89fd6d (diff) | |
Notes
Diffstat (limited to 'sys/modules/netgraph')
| -rw-r--r-- | sys/modules/netgraph/iface/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/netgraph/iface/Makefile b/sys/modules/netgraph/iface/Makefile index ccd6fe85e1f0..cc5cc1ec310f 100644 --- a/sys/modules/netgraph/iface/Makefile +++ b/sys/modules/netgraph/iface/Makefile @@ -12,8 +12,6 @@ IFACE_IPX?= 0 # 0/1 - requires IPX configured in kernel CFLAGS+= ${PROTOS} -CLEANFILES+= opt_inet.h opt_atalk.h opt_ipx.h - opt_inet.h: touch opt_inet.h .if ${IFACE_INET} > 0 |
