diff options
-rw-r--r-- | usr.bin/tn3270/tn3270/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/tn3270/tn3270/Makefile b/usr.bin/tn3270/tn3270/Makefile index d62b6b58ed4..c51047fa265 100644 --- a/usr.bin/tn3270/tn3270/Makefile +++ b/usr.bin/tn3270/tn3270/Makefile @@ -1,12 +1,9 @@ -# $OpenBSD: Makefile,v 1.14 2003/05/14 01:46:51 hin Exp $ +# $OpenBSD: Makefile,v 1.15 2005/06/28 20:56:37 martin Exp $ .include "../../Makefile.inc" -.PATH: ${.CURDIR}/../../../libexec/telnetd - CFLAGS += -I${.CURDIR} -I. -CFLAGS +=-I${.CURDIR}/../../../libexec/telnetd -CFLAGS +=-I${.CURDIR}/../../telnet +CFLAGS += -I${.CURDIR}/../../telnet LDADD += -lcurses DPADD += ${LIBCURSES} |