summaryrefslogtreecommitdiff
path: root/usr/src/cmd/fold/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/fold/Makefile')
-rw-r--r--usr/src/cmd/fold/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/cmd/fold/Makefile b/usr/src/cmd/fold/Makefile
index 519c39a0e2..7f93bd355a 100644
--- a/usr/src/cmd/fold/Makefile
+++ b/usr/src/cmd/fold/Makefile
@@ -19,12 +19,10 @@
#
# CDDL HEADER END
#
-#
-#ident "%Z%%M% %I% %E% SMI"
-#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright (c) 2018, Joyent, Inc.
PROG= fold
@@ -32,9 +30,11 @@ include ../Makefile.cmd
CFLAGS += $(CCVERBOSE)
+SMOFF += index_overflow
+
.KEEP_STATE:
-all: $(PROG)
+all: $(PROG)
install: all $(ROOTPROG)