diff options
Diffstat (limited to 'usr/src/cmd/diskscan/Makefile')
| -rw-r--r-- | usr/src/cmd/diskscan/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/diskscan/Makefile b/usr/src/cmd/diskscan/Makefile index fc82a22936..dacf787745 100644 --- a/usr/src/cmd/diskscan/Makefile +++ b/usr/src/cmd/diskscan/Makefile @@ -20,15 +20,17 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" # # Copyright (c) 1989, 2001 by Sun Microsystems, Inc. # All rights reserved. +# Copyright 2018 Joyent, Inc. PROG= diskscan include ../Makefile.cmd +C99LMODE= -Xc99=%all + .KEEP_STATE: all: $(PROG) |
