From 1c05ef49e4e79389e7e33c7b6b556cb9137b2a61 Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 29 Jun 2011 16:06:23 +0200 Subject: Fixed Makefile.netbsd --- Makefile.netbsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.netbsd') 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 -- cgit v1.2.3-54-g00ecf