diff options
Diffstat (limited to 'usr/src/ucbcmd/sbcp/Makefile')
| -rw-r--r-- | usr/src/ucbcmd/sbcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/ucbcmd/sbcp/Makefile b/usr/src/ucbcmd/sbcp/Makefile index 69b4e748a2..8417665637 100644 --- a/usr/src/ucbcmd/sbcp/Makefile +++ b/usr/src/ucbcmd/sbcp/Makefile @@ -22,8 +22,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# PROG= sbcp @@ -49,6 +47,8 @@ LDFLAGS= -R /usr/4lib:/usr/ucblib -e _start -G -t \ -I/usr/lib/ld.so.1 LIBS= $(LDLIBS.lib) -lmapmalloc $(LIBBC) $(LIBUCB) -lnsl -lc +CERRWARN += -_gcc=-Wno-unused-variable + all: $(PROG) install: all $(ROOT4LIBPROG) |
