From 566f93c70d2f97fb885e350764cd750f2d107119 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 7 Jan 2005 19:11:44 +0000 Subject: fix sunos --- src/libmach/SunOS.c | 1 + src/libmach/mkfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/libmach/SunOS.c b/src/libmach/SunOS.c index e69de29b..3626e7c6 100644 --- 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 index 25a3a877..53d1af99 100644 --- 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 -- cgit v1.2.3