diff options
author | hosokawa <hosokawa@FreeBSD.org> | 2000-11-02 15:14:27 +0000 |
---|---|---|
committer | hosokawa <hosokawa@FreeBSD.org> | 2000-11-02 15:14:27 +0000 |
commit | 0400173d457e30cf1ef7f7c04a0c30af95ce19a0 (patch) | |
tree | 5fcce4d995ef520824b20f0b971b4e37bf3799c2 /release/Makefile | |
parent | a443a14ba4abcaf9f22356186f1cb3497ca874c8 (diff) | |
download | FreeBSD-src-0400173d457e30cf1ef7f7c04a0c30af95ce19a0.zip FreeBSD-src-0400173d457e30cf1ef7f7c04a0c30af95ce19a0.tar.gz |
Better way to ensure vn.ko is loaded.
This does not affect the kernel that vn is linked statically.
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/Makefile b/release/Makefile index 19fea02..26def15 100644 --- a/release/Makefile +++ b/release/Makefile @@ -191,6 +191,7 @@ rerelease release: @echo "unset NOPORTS!" @exit 1 .endif + -vnconfig 2>/dev/null .if make(release) .if exists(${CHROOTDIR}) # The first command will fail on a handful of files that have their schg |