summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2019-05-09 09:08:08 +0000
committerJohn Levon <john.levon@joyent.com>2019-05-14 18:05:30 +0000
commit10c66db255c61e347a67f1e91ec99a5f585b91fb (patch)
tree4030f910ef4d4ad34e32af42d694cee1cd217efd
parentc1c0cb5eb5a9d45c1547d613382b5b099e19d572 (diff)
downloadillumos-joyent-10c66db255c61e347a67f1e91ec99a5f585b91fb.tar.gz
m
-rw-r--r--usr/src/cmd/psradm/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/cmd/psradm/Makefile b/usr/src/cmd/psradm/Makefile
index 56b6d2adf8..2697e47b54 100644
--- a/usr/src/cmd/psradm/Makefile
+++ b/usr/src/cmd/psradm/Makefile
@@ -21,15 +21,17 @@
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# cmd/psradm/Makefile
+# Copyright 2019 Joyent, Inc.
#
-PROG= psradm
+PROG = psradm
include ../Makefile.cmd
.KEEP_STATE:
+CSTD = $(CSTD_GNU99)
+
all: $(PROG)
install: all $(ROOTUSRSBINPROG)