K 10 svn:author V 3 bde K 8 svn:date V 27 1998-03-06T08:26:00.000000Z K 7 svn:log V 399 Fixed building with `make -jN'. Put ss_err.h in SRCS so that recent changes to bsd.lib.mk can handle building it early enough. Don't use the same rule for ss_err.h and ss_err.c, else `make -jN' would run the rule twice concurrently. Don't put ss_err.c out of order in SRCS; doing so was a kludge to get ss_err.h built early enough for plain `make'. Don't put a non-generated file in CLEANFILES. END