2.9BSD/usr/src/ucb/sendmail/src/TST

Date: 19 Nov 1982 at 1745-PST
To: wss at LLL-TIS
Subject: Re: library sources
In-reply-to: Your message of 19 Nov 1982 at 1351-CST.
From: wss at SRI-TSC

A number of people have asked about the system call routines are, to put in
"libc.a".  They are in the file "include/sys.s" (for referencing by the
assembler in various makefiles), and in "netser/netsys.s" (to be assembled and
placed into "/lib/libc.a").  There is an error in "netser/makefile" -- if you
run "make clean" it deletes "netsys.s".  Oops!

	-Dan