summaryrefslogtreecommitdiff
path: root/usr/src/lib/libfru/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libfru/Makefile')
-rw-r--r--usr/src/lib/libfru/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/lib/libfru/Makefile b/usr/src/lib/libfru/Makefile
index db52f8ccb3..8dce827c23 100644
--- a/usr/src/lib/libfru/Makefile
+++ b/usr/src/lib/libfru/Makefile
@@ -39,18 +39,17 @@ SUBDIRS = $(SUBDIRS_$(MACH))
# conditional assignments
-all := TARGET= all
+all := TARGET= all
install := TARGET= install
clean := TARGET= clean
clobber := TARGET= clobber
-lint := TARGET= lint
_msg := TARGET= _msg
POFILE= libfru.po
.KEEP_STATE:
-all install clean clobber lint: $(SUBDIRS)
+all install clean clobber: $(SUBDIRS)
_msg: $(MSGDOMAIN) $(POFILE)
$(RM) $(MSGDOMAIN)/$(POFILE)