diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-06-18 18:09:16 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-06-18 18:09:16 +0000 |
| commit | 7e38239042df09edbbdc443ccb4825f9155c6bb7 (patch) | |
| tree | 5d84ccc50978396d85587b8fd56f357cae18bacf /usr.bin/lex/lib/Makefile | |
| parent | df2fca7ba89976ad70dc4fb4ea022959efa67308 (diff) | |
| parent | 764685116c0fe025bff5b18ead25c2364e5d07f9 (diff) | |
Notes
Diffstat (limited to 'usr.bin/lex/lib/Makefile')
| -rw-r--r-- | usr.bin/lex/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lex/lib/Makefile b/usr.bin/lex/lib/Makefile index 0bca11f2113e..dfffe96159f3 100644 --- a/usr.bin/lex/lib/Makefile +++ b/usr.bin/lex/lib/Makefile @@ -2,7 +2,7 @@ .include <src.opts.mk> -.PATH: ${SRCTOP}/contrib/flex +.PATH: ${SRCTOP}/contrib/flex/src LIB= ln SRCS= libmain.c libyywrap.c |
