diff options
author | Bert <ber.t@gmx.com> | 2011-06-29 16:06:23 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-06-29 16:06:23 +0200 |
commit | 1c05ef49e4e79389e7e33c7b6b556cb9137b2a61 (patch) | |
tree | 928be72b12fd3d4df5c110c5a8fe3ad5d8354fd0 /Makefile.netbsd | |
parent | 8a420ff4a6ab3fbf03a44acc3ae169479c91bcfb (diff) |
Fixed Makefile.netbsd
Diffstat (limited to 'Makefile.netbsd')
-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 |