summaryrefslogtreecommitdiff
path: root/usr/src/cmd/print
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2018-02-11 01:24:12 +0000
committerRichard Lowe <richlowe@richlowe.net>2019-01-31 01:47:06 +0000
commit299e09dec5d1f56c12f76421d18079871b467bfc (patch)
tree5e3a32b62d4a0d3d0ce54bee72282c249aa023c6 /usr/src/cmd/print
parent096c97d62be876a03a0a8cdb0a540e9c84ec509f (diff)
downloadillumos-gate-299e09dec5d1f56c12f76421d18079871b467bfc.tar.gz
10051 cw(1) shouldn't have to translate -g
Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/print')
-rw-r--r--usr/src/cmd/print/printmgr/com/sun/admin/pm/server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/Makefile b/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/Makefile
index 187517ea11..66e2527c01 100644
--- a/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/Makefile
+++ b/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/Makefile
@@ -35,7 +35,7 @@ JNIHDR_FILES = com_sun_admin_pm_server_DoPrinterNS.h
OBJECTS = DoPrinterNS.o NS.o
-CLASSFILES = Printer.class \
+CLASSFILES = Printer.class \
Host.class \
SysCommand.class \
NameService.class \
@@ -111,7 +111,7 @@ $(JNIHDR_FILES): $(JNICLASSFILES)
# Build standalone programs for testing
#
NS: NS.c
- $(CC) NS.c -g $(ILDOFF) -o NS -DMAIN=1 $(ENVLDLIBS1) $(ENVLIBS2) \
+ $(CC) NS.c $(CCGDEBUG) $(ILDOFF) -o NS -DMAIN=1 $(ENVLDLIBS1) $(ENVLIBS2) \
-lprint -lnsl -lsocket
lint: $(JNIHDR_FILES) lintcheck