summaryrefslogtreecommitdiff
path: root/usr/src/cmd/isns
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/isns')
-rw-r--r--usr/src/cmd/isns/isnsd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/cmd/isns/isnsd/Makefile b/usr/src/cmd/isns/isnsd/Makefile
index 9de0a42d7a..f104960808 100644
--- a/usr/src/cmd/isns/isnsd/Makefile
+++ b/usr/src/cmd/isns/isnsd/Makefile
@@ -25,6 +25,7 @@
#
# Copyright (c) 2012 by Delphix. All rights reserved.
+# Copyright 2017 Joyent, Inc.
#
PROG = isns
@@ -94,6 +95,8 @@ clean:
lint: lint_SRCS
+$(POFILES): $(DTRACE_HEADER)
+
$(POFILE): $(POFILES)
$(RM) $@
$(CAT) $(POFILES) > $@