Browse Source

Added Makefile for NetBSD

master
Bert 13 years ago
parent
commit
8a420ff4a6
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Makefile.netbsd

+ 4
- 0
Makefile.netbsd View File

@@ -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

Loading…
Cancel
Save