diff options
author | Peter Wemm <peter@FreeBSD.org> | 2000-05-27 01:14:33 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2000-05-27 01:14:33 +0000 |
commit | 64db83a8ab2d1f72a9b2174b39d2ef42b5b0580c (patch) | |
tree | 13d05a67e14b28959ef6d1f7d0d26270093cfa3f /sys/modules/mii/Makefile | |
parent | 5b412e30f25eb27fc4fbb569e6d08c1c6814c6c8 (diff) | |
download | src-64db83a8ab2d1f72a9b2174b39d2ef42b5b0580c.tar.gz src-64db83a8ab2d1f72a9b2174b39d2ef42b5b0580c.zip |
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
encoding the relative path.
Notes
Notes:
svn path=/head/; revision=60966
Diffstat (limited to 'sys/modules/mii/Makefile')
-rw-r--r-- | sys/modules/mii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile index a3ce86b94395..73fcdacb07c0 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -7,4 +7,4 @@ SRCS += miibus_if.h device_if.h miibus_if.c exphy.c nsphy.c SRCS += mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c SRCS += brgphy.c xmphy.c -.include "${.CURDIR}/../../conf/kmod.mk" +.include <bsd.kmod.mk> |