diff options
Diffstat (limited to 'usr/src/cmd/devctl/Makefile')
-rw-r--r-- | usr/src/cmd/devctl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/devctl/Makefile b/usr/src/cmd/devctl/Makefile index ca84aa1ca2..98ba25c5c8 100644 --- a/usr/src/cmd/devctl/Makefile +++ b/usr/src/cmd/devctl/Makefile @@ -23,8 +23,6 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# PROG= devctl @@ -33,6 +31,7 @@ include ../Makefile.cmd .KEEP_STATE: CFLAGS += $(CCVERBOSE) +CERRWARN += -_gcc=-Wno-parentheses LDLIBS += -ldevice -l devinfo all: $(PROG) |