mirror of
https://github.com/dreamlayers/netbsd-mopd.git
synced 2026-02-02 14:51:00 +00:00
Add mkultconf program for creating Ultrix netblk
The second stage of Ultrix loading is a struct which tells the kernel things it needs for netbooting. Ultrix needs this and can't use other servers like rarpd, bootparamd and bootpd. The only other server needed is NFS. I don't like how I wrote so much code to create a simple struct. There should be a better way. But this works.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SUBDIRS := common mopd mopcopy mopprobe moptrace mopchk
|
||||
SUBDIRS := common mopd mopcopy mopprobe moptrace mopchk ultrix
|
||||
|
||||
CLEANDIRS := $(SUBDIRS:%=clean-%)
|
||||
INSTALLDIRS := $(SUBDIRS:%=install-%)
|
||||
@@ -14,6 +14,7 @@ mopcopy: common
|
||||
mopprobe: common
|
||||
moptrace: common
|
||||
mopchk: common
|
||||
ultrix: common
|
||||
|
||||
# Rules
|
||||
|
||||
|
||||
Reference in New Issue
Block a user