diff options
Diffstat (limited to 'usr/src/cmd/smbios/Makefile')
| -rw-r--r-- | usr/src/cmd/smbios/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/smbios/Makefile b/usr/src/cmd/smbios/Makefile index 9b2f9fb528..391fe3e53f 100644 --- a/usr/src/cmd/smbios/Makefile +++ b/usr/src/cmd/smbios/Makefile @@ -22,6 +22,8 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright 2018 Joyent, Inc. +# PROG = smbios OBJS = smbios.o @@ -35,6 +37,8 @@ LDLIBS += -lsmbios -ljedec FILEMODE = 0555 STRIPFLAG = +LINTFLAGS += -erroff=E_BAD_PTR_CAST_ALIGN + .KEEP_STATE: all: $(PROG) |
