diff options
author | peter <peter@FreeBSD.org> | 2000-05-27 01:14:33 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-05-27 01:14:33 +0000 |
commit | ea11d3cf1c7ee988db5b61368d225c6f4f943335 (patch) | |
tree | 778e528242ca8cedc7e4af475dcf5f28cfe1d0f5 /sys/modules/gnufpu | |
parent | dc4154923ad627526ac7f6a1da4d29c8732c1179 (diff) | |
download | FreeBSD-src-ea11d3cf1c7ee988db5b61368d225c6f4f943335.zip FreeBSD-src-ea11d3cf1c7ee988db5b61368d225c6f4f943335.tar.gz |
Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
encoding the relative path.
Diffstat (limited to 'sys/modules/gnufpu')
-rw-r--r-- | sys/modules/gnufpu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/gnufpu/Makefile b/sys/modules/gnufpu/Makefile index 4af8ffc..d7bfb67 100644 --- a/sys/modules/gnufpu/Makefile +++ b/sys/modules/gnufpu/Makefile @@ -13,4 +13,4 @@ NOMAN= ${CC} -x assembler-with-cpp -DLOCORE ${CFLAGS} -c \ ${.IMPSRC} -o ${.TARGET} -.include "${.CURDIR}/../../conf/kmod.mk" +.include <bsd.kmod.mk> |