summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mdb/Makefile.libstand
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/mdb/Makefile.libstand')
-rw-r--r--usr/src/cmd/mdb/Makefile.libstand6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/src/cmd/mdb/Makefile.libstand b/usr/src/cmd/mdb/Makefile.libstand
index f722e8c67a..6f0e665550 100644
--- a/usr/src/cmd/mdb/Makefile.libstand
+++ b/usr/src/cmd/mdb/Makefile.libstand
@@ -109,6 +109,9 @@ lint: $(LINTFILES)
$(COMPILE.c) $<
$(CTFCONVERT_O)
+%.o: $(SRC)/common/util/i386/%.s
+ $(COMPILE.s) $<
+
%.o: ../../libstand/%.c
$(COMPILE.c) -o $@ $<
$(CTFCONVERT_O)
@@ -126,6 +129,9 @@ lint: $(LINTFILES)
%.ln: $(SRC)/common/util/%.c
$(LINT.c) -c $<
+%.ln: $(SRC)/common/util/i386/%.s
+ $(LINT.s) -c $<
+
%.ln: ../../libstand/%.c
$(LINT.c) -c $<