diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-03 07:15:38 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-03 07:15:38 +0000 |
| commit | 48adcae922a82027d99ce0998ae068f7d41c4d82 (patch) | |
| tree | e8c17b0f0ca1ef6eb47b97cc9da35ce940e06b96 /sys/modules/linux/Makefile | |
| parent | 6771d80337fddf4e7164e914663a5a3c023309e8 (diff) | |
Notes
Diffstat (limited to 'sys/modules/linux/Makefile')
| -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 6b29fe5c1c8b..ad2bb2d7c765 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -40,6 +40,6 @@ opt_linux.h opt_vmpage.h: afterinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ - ${.CURDIR}/linux.sh ${DESTDIR}/usr/bin/linux + ${.CURDIR}/linux.sh ${DESTDIR}/usr/sbin/linux .include <bsd.kmod.mk> |
