From 6f940b38476a3dc6ecaca7ad305eddf1f9eab154 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 28 Nov 1999 18:53:47 +0000 Subject: Removed special rules for building and cleaning device interface files and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}). --- sys/modules/netgraph/cisco/Makefile | 2 -- sys/modules/netgraph/iface/Makefile | 2 -- 2 files changed, 4 deletions(-) (limited to 'sys/modules/netgraph') diff --git a/sys/modules/netgraph/cisco/Makefile b/sys/modules/netgraph/cisco/Makefile index 2a8d5be1a2c1..ba91dabeb3ff 100644 --- a/sys/modules/netgraph/cisco/Makefile +++ b/sys/modules/netgraph/cisco/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 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 -- cgit v1.3