diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2018-02-10 23:27:42 +0000 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2018-10-05 19:34:26 +0000 |
| commit | fb23c574f17ddde310cea59fe008d16f650ced5a (patch) | |
| tree | b18fe0a22f5a5005a3f60508383725989973dcff /usr/src/cmd/nscd | |
| parent | b86e7e3f0e50748bb5bb5cc91632d72ff17f08dd (diff) | |
| download | illumos-joyent-fb23c574f17ddde310cea59fe008d16f650ced5a.tar.gz | |
9868 unused cw translations should be removed
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: John Levon <john.levon@joyent.com>
Reviewed by: Igor Kozhukhov <igor@dilos.org>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/cmd/nscd')
| -rw-r--r-- | usr/src/cmd/nscd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/nscd/Makefile b/usr/src/cmd/nscd/Makefile index aa478fa3b0..3ee87ff450 100644 --- a/usr/src/cmd/nscd/Makefile +++ b/usr/src/cmd/nscd/Makefile @@ -69,8 +69,6 @@ CERRWARN += -_gcc=-Wno-type-limits LDFLAGS += $(ZINTERPOSE) # TCOV_FLAG= -ql -# GPROF_FLAG= -xpg -# DEBUG_FLAG= -g PROGLIBS= $(LDLIBS) -lresolv -lnsl -lsocket -lumem -lscf -lavl @@ -90,7 +88,7 @@ lint: $(LINT.c) ${SRCS} ${PROGLIBS} cstyle: - ${CSTYLE} ${SRCS} + ${CSTYLE} ${SRCS} install: all $(ROOTPROG) $(ROOTMANIFEST) $(ROOTSVCMETHOD) |
