summaryrefslogtreecommitdiff
path: root/usr/src/lib/varpd/files
diff options
context:
space:
mode:
authorDan McDonald <danmcd@joyent.com>2021-10-05 17:27:39 -0400
committerGitHub <noreply@github.com>2021-10-05 17:27:39 -0400
commitac46bb43145fe0d62b5cd002a658c0e8cc77ee35 (patch)
tree858004779fe88851d429cb81298421a4e6fcb0ac /usr/src/lib/varpd/files
parentb21bfd3c197182d42c1ae6f59c7319bc233aa843 (diff)
downloadillumos-joyent-ac46bb43145fe0d62b5cd002a658c0e8cc77ee35.tar.gz
OS-8323 Get the lint out of varpd & libvarpd
Reviewed by: Brian Bennett <brian.bennett@joyent.com> Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/lib/varpd/files')
-rw-r--r--usr/src/lib/varpd/files/Makefile5
-rw-r--r--usr/src/lib/varpd/files/Makefile.com2
2 files changed, 2 insertions, 5 deletions
diff --git a/usr/src/lib/varpd/files/Makefile b/usr/src/lib/varpd/files/Makefile
index 275f07bf8b..6253d3c242 100644
--- a/usr/src/lib/varpd/files/Makefile
+++ b/usr/src/lib/varpd/files/Makefile
@@ -10,7 +10,7 @@
#
#
-# Copyright 2015 Joyent, Inc.
+# Copyright 2021 Joyent, Inc.
#
include ../../Makefile.lib
@@ -22,11 +22,10 @@ all := TARGET = all
clean := TARGET = clean
clobber := TARGET = clobber
install := TARGET = install
-lint := TARGET = lint
.KEEP_STATE:
-all clean clobber install lint: $(SUBDIRS)
+all clean clobber install: $(SUBDIRS)
install_h:
diff --git a/usr/src/lib/varpd/files/Makefile.com b/usr/src/lib/varpd/files/Makefile.com
index dd8009d002..815f883ea2 100644
--- a/usr/src/lib/varpd/files/Makefile.com
+++ b/usr/src/lib/varpd/files/Makefile.com
@@ -37,6 +37,4 @@ SRCDIR = ../common
all: $(LIBS)
-lint: lintcheck
-
include ../../../Makefile.targ