ports/www/flashplugin/files/message.nolib
David E. O'Brien ac1b8ebb1b Add `cleandir' to the build command, otherwise we are encouraging people
to dirty up /usr/src in potentially harmful way.
2001-01-06 05:32:43 +00:00

9 lines
245 B
Text

===
You can't build this port without a.out csu library.
Please install them as follows:
1. extract /usr/src/lib (distribution files: src/slib.??)
2. cd /usr/src/lib/csu/i386
3. make depend
4. make OBJFORMAT=aout clean all install cleandir
===