diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-05-04 12:08:52 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-05-04 12:08:52 +0000 |
| commit | 56ca39961bd1c9946a505c41c3fc634ef63fdd42 (patch) | |
| tree | c033f1ed906a40b9c0795e8cb26ccd295d385f2c /sys/modules/linux | |
| parent | e0f9195db241adea36446485165edb4c53e55ed9 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux')
| -rw-r--r-- | sys/modules/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index fff7c5729788..8dec2e7f893e 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -33,4 +33,4 @@ afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/linux.sh ${DESTDIR}/usr/sbin/linux -.include <bsd.kmod.mk> +.include "${.CURDIR}/../../conf/kmod.mk" |
