Subject: Building floppies
To: None <tech-misc@netbsd.org>
From: Stephen Borrill <netbsd@precedence.co.uk>
List: tech-misc
Date: 05/02/2003 16:36:16
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