Bug 17613

Summary: impossible to build FS KLD without kernel source
Product: Base System Reporter: assar <assar>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: assar
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description assar 2000-03-27 04:30:01 UTC
It's not possible to build file system kernel modules without having
kernel source code.  This is because vnode_if.pl and vnode_if.src from
the source tree are required.

Fix: apply the following patch to kern/Makefile and then make sure to check
in vnode_if.h
How-To-Repeat: 
Write a KLD implementing a file system.  Try to compile without kernel
source code.
Comment 1 Poul-Henning Kamp freebsd_committer freebsd_triage 2001-06-06 21:39:10 UTC
State Changed
From-To: open->closed

It is belived that this is not the direction we want to take.