commit 566f93c70d2f97fb885e350764cd750f2d107119 parent 7ee8b4b0db1e780e24bd53f49a56a9e1bef2316f Author: rsc <devnull@localhost> Date: Fri, 7 Jan 2005 19:11:44 +0000 fix sunos Diffstat:
M | src/libmach/SunOS.c | | | 1 | + |
M | src/libmach/mkfile | | | 2 | +- |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/libmach/SunOS.c b/src/libmach/SunOS.c @@ -0,0 +1 @@ +#include "nosys.c" diff --git a/src/libmach/mkfile b/src/libmach/mkfile @@ -67,7 +67,7 @@ elfnm: elfnm.o $LIBDIR/$LIB $LD -o $target $prereq -l9 -#SunOS.$O: nosys.c +SunOS.$O: nosys.c Darwin.$O: nosys.c OpenBSD.$O: nosys.c NetBSD.$O: nosys.c