aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/if_sl/Makefile
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
committerBruce Evans <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
commit6f940b38476a3dc6ecaca7ad305eddf1f9eab154 (patch)
treea75309cf2a123fe17ec5d563ef84cd1db17898a6 /sys/modules/if_sl/Makefile
parentbc019cca2fb755ab66c54bc88a073e843b66bb55 (diff)
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}).
Notes
Notes: svn path=/head/; revision=53846
Diffstat (limited to 'sys/modules/if_sl/Makefile')
-rw-r--r--sys/modules/if_sl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/if_sl/Makefile b/sys/modules/if_sl/Makefile
index 95a5778a7d29..c188d19b0835 100644
--- a/sys/modules/if_sl/Makefile
+++ b/sys/modules/if_sl/Makefile
@@ -9,7 +9,7 @@ NSL?= 2
PROTOS?= -DINET
CFLAGS+= ${PROTOS}
-CLEANFILES+= opt_inet.h sl.h
+CLEANFILES= sl.h
opt_inet.h:
echo "#define INET 1" > opt_inet.h