aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.netbsd
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-06-29 16:06:23 +0200
committerBert <ber.t@gmx.com>2011-06-29 16:06:23 +0200
commit1c05ef49e4e79389e7e33c7b6b556cb9137b2a61 (patch)
tree928be72b12fd3d4df5c110c5a8fe3ad5d8354fd0 /Makefile.netbsd
parent8a420ff4a6ab3fbf03a44acc3ae169479c91bcfb (diff)
downloadnsxiv-1c05ef49e4e79389e7e33c7b6b556cb9137b2a61.tar.zst
Fixed Makefile.netbsd
Diffstat (limited to 'Makefile.netbsd')
-rw-r--r--Makefile.netbsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.netbsd b/Makefile.netbsd
index b2ce72b..ae9a461 100644
--- a/Makefile.netbsd
+++ b/Makefile.netbsd
@@ -1,4 +1,4 @@
-.include Makefile
+.include "Makefile"
-CFLAGS = -Wall -pedantic -DVERSION=\"$(VERSION)\" -I/usr/X11R7/include
+CFLAGS = -Wall -pedantic -DVERSION=\"$(VERSION)\" -I/usr/X11R7/include -I/usr/pkg/include
LDFLAGS = -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib