summaryrefslogtreecommitdiff
path: root/usr/src/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd')
-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