Added DESTDIR to the INCSDIR.

This commit is contained in:
blymn 2001-04-30 10:56:42 +00:00
parent 4ca3c858b6
commit 7047f1be19
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 1999/12/16 12:08:06 blymn Exp $
# $NetBSD: Makefile,v 1.5 2001/04/30 10:56:42 blymn Exp $
#
CPPFLAGS+=-I${.CURDIR}
@ -10,7 +10,7 @@ MAN= menu_attributes.3 menu_item_name.3 menu_items.3 menu_userptr.3 \
menu_opts.3 menu_hook.3 menu_item_value.3 menu_pattern.3 \
menu_item_current.3 menu_item_visible.3 menu_post.3
INCS= menu.h eti.h
INCSDIR=/usr/include
INCSDIR=${DESTDIR}/usr/include
#LDFLAGS += -g
.include <bsd.lib.mk>