Skip to content
Snippets Groups Projects
Commit 38453c29 authored by deuce's avatar deuce
Browse files

Must define __unix__ on NetBSD. Also, remove unused uifcx from OBJS

parent a40f9c32
No related branches found
No related tags found
No related merge requests found
......@@ -71,11 +71,14 @@ DELETE = rm -f
CFLAGS += -I../../include/mozilla/js -I$(XPDEV) -I$(UIFC) -I$(SBBS3)
LFLAGS += -lcurses
ifeq ($(os),netbsd)
CFLAGS += -D__unix__
endif
vpath %.c $(UIFC) $(XPDEV)
OBJS := $(LIBODIR)/filewrap.o \
$(LIBODIR)/uifcc.o \
$(LIBODIR)/uifcx.o \
$(LIBODIR)/sockwrap.o \
$(LIBODIR)/dirwrap.o \
$(LIBODIR)/genwrap.o \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment