Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpanel Set the INCSDIR value of panel.h to /usr/include



details:   https://anonhg.NetBSD.org/src/rev/e552fcd1b146
branches:  trunk
changeset: 341777:e552fcd1b146
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sun Nov 22 04:23:32 2015 +0000

description:
Set the INCSDIR value of panel.h to /usr/include

diffstat:

 lib/libpanel/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 089a0bca9d65 -r e552fcd1b146 lib/libpanel/Makefile
--- a/lib/libpanel/Makefile     Sun Nov 22 04:21:39 2015 +0000
+++ b/lib/libpanel/Makefile     Sun Nov 22 04:23:32 2015 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.4 2015/11/22 04:21:39 kamil Exp $
+#      $NetBSD: Makefile,v 1.5 2015/11/22 04:23:32 kamil Exp $
 
 WARNS= 4
 
 LIB=   panel
 
 INCS=  panel.h
+INCSDIR=       /usr/include
 
 SRCS=  #
 



Home | Main Index | Thread Index | Old Index