diff options
author | rsc <devnull@localhost> | 2005-05-01 18:40:01 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-05-01 18:40:01 +0000 |
commit | 52e6164443782187e17e22f7ccddd0d9a25006e4 (patch) | |
tree | 20706d2a7ded04fd76ec0207736d1051a1dd393e /src/mkcommon | |
parent | cea10000c59882b43525e4fd4fb17a55b7dba1c1 (diff) | |
download | plan9port-52e6164443782187e17e22f7ccddd0d9a25006e4.tar.gz plan9port-52e6164443782187e17e22f7ccddd0d9a25006e4.tar.bz2 plan9port-52e6164443782187e17e22f7ccddd0d9a25006e4.zip |
OpenBSD support.
Diffstat (limited to 'src/mkcommon')
-rw-r--r-- | src/mkcommon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mkcommon b/src/mkcommon index e99a261f..1b1e1925 100644 --- a/src/mkcommon +++ b/src/mkcommon @@ -9,6 +9,10 @@ %.$O: %.s $AS $AFLAGS $stem.s +# OpenBSD needs this; sigh +%.$O: %.S + $CC $CFLAGS $stem.S + y.tab.h y.tab.c: $YFILES $YACC $YFLAGS $prereq |