From 873e5f5094b404c7ac62830341eca4eacf8b4afa Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Fri, 24 Sep 2010 12:25:25 -0400 Subject: libmach: more mach-o support R=rsc http://codereview.appspot.com/2277041 --- src/libmach/mkfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libmach/mkfile') diff --git a/src/libmach/mkfile b/src/libmach/mkfile index c218c2cf..3d3a6780 100644 --- a/src/libmach/mkfile +++ b/src/libmach/mkfile @@ -71,6 +71,9 @@ elfnm: elfnm.o $LIBDIR/$LIB demangler: demangler.o $LIBDIR/$LIB $LD -o $target $prereq -l9 +machodump: machodump.o $LIBDIR/$LIB + $LD -o $target $prereq -l9 + SunOS.$O: nosys.c Darwin.$O: nosys.c -- cgit v1.2.3