summaryrefslogtreecommitdiff
path: root/sys/modules/rl/Makefile
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2022-04-05mii: Add opt_platform.h to all miibus driversWarner Losh
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2014-09-19Move rl(4) to dev/rl.Gleb Smirnoff
2008-11-02Make RL_TWISTER_ENABLE a tunable/sysctl. Eliminate it as an option.Warner Losh
2008-10-31Add RL_TWISTER_ENABLE option. This enables the magic bits to do longWarner Losh
2005-09-27Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
2000-05-27Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm
2000-05-04Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm
2000-05-01Zap KMODDEPS linePeter Wemm
2000-01-28Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered moduleBruce Evans
1999-11-28Removed special rules for building and cleaning device interface filesBruce Evans
1999-09-27Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.Peter Wemm
1999-09-27Don't generate 'bpf.h' since it's not used.Peter Wemm
1999-09-20Change the name of the installed KLM to contain a leading "if_".David E. O'Brien
1999-08-31Convert the RealTek 8139 driver to newbus and miibus in one swell foop.Bill Paul