diff options
author | Bert <ber.t@gmx.com> | 2011-06-28 19:19:02 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-06-28 19:19:02 +0200 |
commit | 8a420ff4a6ab3fbf03a44acc3ae169479c91bcfb (patch) | |
tree | feb2ba18f59ffb54a717d1e71a25e8bda9209932 /Makefile.netbsd | |
parent | fe281548fc172f0416667e221d097691ab71ee44 (diff) |
Added Makefile for NetBSD
Diffstat (limited to 'Makefile.netbsd')
-rw-r--r-- | Makefile.netbsd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.netbsd b/Makefile.netbsd new file mode 100644 index 0000000..b2ce72b --- /dev/null +++ b/Makefile.netbsd @@ -0,0 +1,4 @@ +.include Makefile + +CFLAGS = -Wall -pedantic -DVERSION=\"$(VERSION)\" -I/usr/X11R7/include +LDFLAGS = -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib |