Building floppies
Stephen Borrill <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.general |
|---|---|
| Message-ID | <[email protected]> |
I'm trying to build some install floppies with audioctl and audioplay on them (basing it on ramdisk-big). Unlike the other programs, audioctl and audioplay aren't found as /usr/src/usr.bin/<progname>. I put the following lines in my list file: PROG usr/bin/audioctl PROG usr/bin/audioplay SPECIAL audioctl srcdir usr.bin/audio/ctl SPECIAL audioplay srcdir usr.bin/audio/play However because there is no reference to usr/bin/audio/common, the library functions from there aren't included and so there are lots of undefined references when linking. Is there something I can do to make it all be included automatically or must I build up the audio library separately? -- Stephen