Add CPPFLAGS+=-I${.CURDIR}/../../../lib for libtelnet/misc.h.

This commit is contained in:
veego 1998-02-28 12:38:58 +00:00
parent ff4977ead8
commit c541a8e0d7
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# $NetBSD: Makefile,v 1.27 1998/02/18 22:51:08 jtc Exp $
# $NetBSD: Makefile,v 1.28 1998/02/28 12:38:58 veego Exp $
CPPFLAGS+=-I${.CURDIR}/../../../lib
LDADD+= -lcurses -lcrypt
DPADD+= ${LIBCURSES} ${LIBCRYPT}