Forráskód Böngészése

- updated ver. no & added netbsd support

Andrei Pelinescu-Onciul 23 éve
szülő
commit
9627d1fce8
1 módosított fájl, 6 hozzáadás és 1 törlés
  1. 6 1
      Makefile.defs

+ 6 - 1
Makefile.defs

@@ -7,7 +7,7 @@
 #version number
 VERSION = 0
 PATCHLEVEL = 8
-SUBLEVEL = 9
+SUBLEVEL =   10-pre3
 EXTRAVERSION = 
 
 RELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
@@ -505,6 +505,11 @@ ifeq ($(OS), openbsd)
 	LIBS= -lfl  -lc_r
 endif
 	
+ifeq ($(OS), netbsd)
+	DEFS+=-DHAVE_SOCKADDR_SA_LEN
+	YACC=yacc
+	LIBS= -lfl  -lc_r
+endif
 
 ifneq (,$(findstring CYGWIN, $(OS)))
 	#cygwin is the same as common