summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sendmail
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
committerJohn Levon <john.levon@joyent.com>2020-05-26 13:57:13 +0000
commit5b2acc0949194447bba6e45a0fa44d0b5f42f208 (patch)
tree7ea9eb87bc68fee386dd39035ce715e87a0e673c /usr/src/cmd/sendmail
parent8ca018083101bf1cb175869679bc123187fb1bab (diff)
parent2a1277d3064386cd5c4e372301007aa330bf1d5e (diff)
downloadillumos-joyent-gcc9.tar.gz
mergegcc9
Diffstat (limited to 'usr/src/cmd/sendmail')
-rw-r--r--usr/src/cmd/sendmail/libmilter/Makefile.com7
-rw-r--r--usr/src/cmd/sendmail/libmilter/i386/Makefile3
-rw-r--r--usr/src/cmd/sendmail/libmilter/sparc/Makefile3
3 files changed, 5 insertions, 8 deletions
diff --git a/usr/src/cmd/sendmail/libmilter/Makefile.com b/usr/src/cmd/sendmail/libmilter/Makefile.com
index d59a896251..8cb4bc2a62 100644
--- a/usr/src/cmd/sendmail/libmilter/Makefile.com
+++ b/usr/src/cmd/sendmail/libmilter/Makefile.com
@@ -50,17 +50,16 @@ CPPFLAGS= $(INCPATH) $(ENVDEF) $(CPPFLAGS.sm)
CERRWARN += -_gcc=-Wno-type-limits
-LIBS= $(DYNLIB) $(LINTLIB)
+LIBS= $(DYNLIB)
LDLIBS += -lc -lsocket -lnsl
-$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
.KEEP_STATE:
all: $(LIBS)
-install: all .WAIT $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all .WAIT $(ROOTLIBS) $(ROOTLINKS)
-lint: lintcheck
+lint:
include $(SRC)/lib/Makefile.targ
diff --git a/usr/src/cmd/sendmail/libmilter/i386/Makefile b/usr/src/cmd/sendmail/libmilter/i386/Makefile
index e86ae6a9f7..7144fbdd64 100644
--- a/usr/src/cmd/sendmail/libmilter/i386/Makefile
+++ b/usr/src/cmd/sendmail/libmilter/i386/Makefile
@@ -22,8 +22,7 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)
diff --git a/usr/src/cmd/sendmail/libmilter/sparc/Makefile b/usr/src/cmd/sendmail/libmilter/sparc/Makefile
index e86ae6a9f7..7144fbdd64 100644
--- a/usr/src/cmd/sendmail/libmilter/sparc/Makefile
+++ b/usr/src/cmd/sendmail/libmilter/sparc/Makefile
@@ -22,8 +22,7 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
include ../Makefile.com
-install: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
+install: all $(ROOTLIBS) $(ROOTLINKS)