Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
1c969834
Commit
1c969834
authored
Feb 02, 1999
by
Bob Halley
Browse files
do not build parser
parent
af6dfd76
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/named/Makefile.in
View file @
1c969834
...
...
@@ -22,8 +22,8 @@ LIBS = ${DEPLIBS} \
TARGETS
=
named
OBJS
=
server.o udpclient.o tcpclient.o wire_debug.o wire_test.o
\
zone.o configctx.o parser.o lexer.o
OBJS
=
server.o udpclient.o tcpclient.o wire_debug.o wire_test.o
#
zone.o configctx.o parser.o lexer.o
@BIND9_MAKE_RULES@
...
...
@@ -34,7 +34,7 @@ named: ${OBJS} ${DEPLIBS}
${CC}
-o
$@
${OBJS}
${LIBS}
clean distclean
::
rm
-f
${TARGETS}
rm
-f
${TARGETS}
parser.c parser_p.h lexer.c
parser.c
:
parser.y
${YACC}
-d
parser.y
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment