Subject: Re: Building floppies
To: Stephen Borrill <netbsd@precedence.co.uk>
From: Luke Mewburn <lukem@netbsd.org>
List: tech-misc
Date: 05/03/2003 11:51:57
On Fri, May 02, 2003 at 04:36:16PM +0100, Stephen Borrill wrote:
  | 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?

For now you'll need to work around this similar to how
distrib/utils/x_dhclient does it...