summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-04-27 18:10:10 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-04-27 18:10:10 +0000
commit6b148c8dce9b0af9bb252fc3dad57b7fb7ecdca7 (patch)
tree459f261bcd0b1284456731b82ed635a659d4730c /Makefile
parent6317046bd17012dadb4debdf3db9d7deaec3a032 (diff)
No TAILQ_REPLACE on NetBSD.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0e0877fa..b07befe7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.124 2009-04-27 16:55:29 nicm Exp $
+# $Id: Makefile,v 1.125 2009-04-27 18:10:10 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean update-index.html upload-index.html
@@ -94,7 +94,7 @@ LIBS+= -lcrypt
INCDIRS+= -Icompat
SRCS+= compat/strtonum.c compat/vis.c
LIBS+= -lcrypt
-CFLAGS+=-DNO_STRTONUM
+CFLAGS+=-DNO_STRTONUM -DNO_QUEUE_H
.endif
OBJS= ${SRCS:S/.c/.o/:S/.y/.o/}