summaryrefslogtreecommitdiff
path: root/usr/src/lib/libbe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libbe/Makefile')
-rw-r--r--usr/src/lib/libbe/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/lib/libbe/Makefile b/usr/src/lib/libbe/Makefile
index 0e68a32954..cce00a0f58 100644
--- a/usr/src/lib/libbe/Makefile
+++ b/usr/src/lib/libbe/Makefile
@@ -38,22 +38,21 @@ all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
-lint := TARGET= lint
POFILE = libbe.po
MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
.KEEP_STATE:
-all install lint: install_h $(SUBDIRS)
+all install: install_h $(SUBDIRS)
clean clobber: $(SUBDIRS)
-$(POFILE): pofile_MSGFILES
+$(POFILE): pofile_MSGFILES
-install_h: $(ROOTHDRS)
+install_h: $(ROOTHDRS)
-check: $(CHECKHDRS)
+check: $(CHECKHDRS)
_msg: $(MSGDOMAINPOFILE)