summaryrefslogtreecommitdiff
path: root/usr/src/lib/fm/libfmd_msg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/fm/libfmd_msg/Makefile')
-rw-r--r--usr/src/lib/fm/libfmd_msg/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/fm/libfmd_msg/Makefile b/usr/src/lib/fm/libfmd_msg/Makefile
index d1a4ea590e..7f0ee6f127 100644
--- a/usr/src/lib/fm/libfmd_msg/Makefile
+++ b/usr/src/lib/fm/libfmd_msg/Makefile
@@ -29,19 +29,18 @@ include ../Makefile.lib
FMHDRS = fmd_msg.h
HDRDIR = common
-SUBDIRS = $(MACH)
+SUBDIRS = $(MACH)
$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
test := TARGET = test
.KEEP_STATE:
-all clean clobber lint test: $(SUBDIRS)
+all clean clobber test: $(SUBDIRS)
install: install_h .WAIT $(SUBDIRS)