diff options
Diffstat (limited to 'usr.bin/tn3270/tools/mkastods/Makefile')
-rw-r--r-- | usr.bin/tn3270/tools/mkastods/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tn3270/tools/mkastods/Makefile b/usr.bin/tn3270/tools/mkastods/Makefile index a2d36a1..f7c6608 100644 --- a/usr.bin/tn3270/tools/mkastods/Makefile +++ b/usr.bin/tn3270/tools/mkastods/Makefile @@ -2,7 +2,7 @@ PROG= mkastods SRCS= mkastods.c asc_ebc.c ebc_disp.c -CFLAGS+=-I${.CURDIR}/.. -I. +CFLAGS+=-I${.CURDIR}/.. NOMAN= noman .PATH: ${.CURDIR}/../../api |