diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-03-12 18:58:44 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-03-12 18:58:44 +0000 |
| commit | a35f04fba2ebb8f86d4cbdc710c89a094572b08e (patch) | |
| tree | 6d7834512c1ccea38c53d829131105485c884751 /usr.bin/m4 | |
| parent | e3f87f6c705552b9aaf2cc10ec687f330c0ebe6a (diff) | |
Notes
Diffstat (limited to 'usr.bin/m4')
| -rw-r--r-- | usr.bin/m4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile index 55118773b579..b5f4b304096f 100644 --- a/usr.bin/m4/Makefile +++ b/usr.bin/m4/Makefile @@ -7,7 +7,7 @@ .include <src.opts.mk> PROG= m4 -CFLAGS+=-DEXTENDED -I${.CURDIR} -I${.CURDIR}/../../lib/libopenbsd +CFLAGS+=-DEXTENDED -I${.CURDIR} -I${SRCTOP}/lib/libopenbsd LIBADD= y l m openbsd NO_WMISSING_VARIABLE_DECLARATIONS= |
