summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ipdadm
diff options
context:
space:
mode:
authorJason King <jason.brian.king@gmail.com>2017-06-12 18:10:37 -0500
committerDan McDonald <danmcd@joyent.com>2017-06-19 11:07:42 -0400
commitf15a6fde3c0a52aca95943ffd637d7b8220e2261 (patch)
treee9e0d3a46d33e10681ac4bd876335015273b8909 /usr/src/cmd/ipdadm
parent99d29265ec47e10c7ec8c18a67fc83e7dd5ce4f8 (diff)
downloadillumos-joyent-f15a6fde3c0a52aca95943ffd637d7b8220e2261.tar.gz
8379 illumos-gate 'install' make target is too eager building things
8360 ipdadm missing 'all' target 8359 libzpool Makefiles are slightly broken Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/ipdadm')
-rw-r--r--usr/src/cmd/ipdadm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/cmd/ipdadm/Makefile b/usr/src/cmd/ipdadm/Makefile
index 349899e5f6..5f4690b32b 100644
--- a/usr/src/cmd/ipdadm/Makefile
+++ b/usr/src/cmd/ipdadm/Makefile
@@ -10,7 +10,7 @@
#
#
-# Copyright (c) 2012 Joyent, Inc. All rights reserved.
+# Copyright (c) 2017 Joyent, Inc. All rights reserved.
#
PROG= ipdadm
@@ -40,6 +40,8 @@ lint: lint_PROG
$(COMPILE.c) $<
$(POST_PROCESS_O)
-install: $(PROG) $(ROOTUSRSBINPROG)
+all: $(PROG)
+
+install: all $(ROOTUSRSBINPROG)
include ../Makefile.targ