diff options
author | obrien <obrien@FreeBSD.org> | 2012-06-21 15:47:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2012-06-21 15:47:06 +0000 |
commit | e126d2ba10e82c928ea46fdbb1b3e74a25af9b95 (patch) | |
tree | a0124dbaee5553d2ba72238d5e971870c04fd9e1 /lib | |
parent | b8ac542c351c0aeaf6e9b5c473e66d4f3195dcc8 (diff) | |
download | FreeBSD-src-e126d2ba10e82c928ea46fdbb1b3e74a25af9b95.zip FreeBSD-src-e126d2ba10e82c928ea46fdbb1b3e74a25af9b95.tar.gz |
Be explicit about the dependency on nsparser.h.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/net/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index 4eadf98..e61021b 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -36,7 +36,7 @@ LFLAGS+=-P_nsyy CLEANFILES+=nslexer.c -nslexer.c: nslexer.l +nslexer.c: nslexer.l nsparser.h ${LEX} ${LFLAGS} -o/dev/stdout ${.IMPSRC} | \ sed -e '/YY_BUF_SIZE/s/16384/1024/' >${.TARGET} |