Go to file
Peter Wemm fd54183bb9 Instead of: cpp blah file.s | as -o file.o, use instead:
cc -c -x assembler-with-cpp -o file.o file.s.

This means that any cpp fatal errors will now be detected, as well as
running *.s files through an ansi cpp instead of a traditional cpp.

(fixes to allow *.s to compile under both ansi and traditional to follow)
1996-05-31 01:01:24 +00:00
bin
eBones
etc
games
gnu
include
lib
libexec
lkm
release
sbin
secure
share
sys Instead of: cpp blah file.s | as -o file.o, use instead: 1996-05-31 01:01:24 +00:00
tools
usr.bin
usr.sbin
COPYRIGHT
Makefile