diff options
author | Russ Cox <rsc@swtch.com> | 2010-09-24 12:25:25 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2010-09-24 12:25:25 -0400 |
commit | 873e5f5094b404c7ac62830341eca4eacf8b4afa (patch) | |
tree | db996fc4c5e5986616d12e36c5fe9814e90f0e7c /src/libmach/mkfile | |
parent | 875351f44f2fa7d79e3cd69ef8862cb9c822ab66 (diff) | |
download | plan9port-873e5f5094b404c7ac62830341eca4eacf8b4afa.tar.gz plan9port-873e5f5094b404c7ac62830341eca4eacf8b4afa.tar.bz2 plan9port-873e5f5094b404c7ac62830341eca4eacf8b4afa.zip |
libmach: more mach-o support
R=rsc
http://codereview.appspot.com/2277041
Diffstat (limited to 'src/libmach/mkfile')
-rw-r--r-- | src/libmach/mkfile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |