diff options
-rw-r--r-- | Makefile.netbsd | 4 |
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 |