summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2005-06-28 20:56:38 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2005-06-28 20:56:38 +0000
commit7d449c1a5522e6b696f92455596ee66de4cd44a4 (patch)
treec23912c9a0a6aa16bfbc9ff9fc68cab201e1efbd
parent874579b38b541b757aef097d0df0a43861a16ff9 (diff)
don't include telnetd, it's gone anyway
ok deraadt@
-rw-r--r--usr.bin/tn3270/tn3270/Makefile7
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}