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/compile_et | |
parent | e3f87f6c705552b9aaf2cc10ec687f330c0ebe6a (diff) | |
download | src-a35f04fba2ebb8f86d4cbdc710c89a094572b08e.tar.gz src-a35f04fba2ebb8f86d4cbdc710c89a094572b08e.zip |
Notes
Diffstat (limited to 'usr.bin/compile_et')
-rw-r--r-- | usr.bin/compile_et/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/compile_et/Makefile b/usr.bin/compile_et/Makefile index 8af87ae10173..aeccbf3fd55f 100644 --- a/usr.bin/compile_et/Makefile +++ b/usr.bin/compile_et/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../contrib/com_err +.PATH: ${SRCTOP}/contrib/com_err PROG= compile_et SRCS= compile_et.c parse.y lex.l LIBADD= roken vers -CFLAGS+=-I. -I${.CURDIR}/../../contrib/com_err +CFLAGS+=-I. -I${SRCTOP}/contrib/com_err WARNS?= 0 |