> > Module Name: src > > Committed By: martin > > Date: Wed Sep 5 08:25:54 UTC 2012 > > > > Modified Files: > > src/etc: MAKEDEV.tmpl > > > > Log Message: > > Make the "init" target create optys as well - those were removed from "all", > > but we still need them in emergency setups and some install media. > > Isn't it easier to add "ipty" into MI "all" target (at least for HEAD)?
we should not be creating old-style ptys in any normal case. > We had to fix src/distrib/sparc/miniroot/Makefile.inc recently, and now > we might also have to fix src/distrib/common/bootimage/Makefile.bootimage > (though it fortunately works since MD MAKEDEV.conf of amd64/i386 have "ipty" > in target "all" and no other ports have installimage). from what i can tell, these are all problems that need to be fixed: ./etc.amd64/MAKEDEV.conf: makedev ipty ./etc.i386/MAKEDEV.conf: makedev ipty ./etc.landisk/MAKEDEV.conf: makedev ipty (this is netbsd-6, i didn't look at -current yet.) .mrg.