summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-11-27 18:55:47 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-11-27 18:55:47 +0000
commit8f163b8caacff052eab5b1f44794ae92962c5072 (patch)
treeff4b98085eb713f5719f866fd8e14902ce999b62 /Makefile
parent8bef3adc8348b979f54e6c25ddc0c2f15e1821d1 (diff)
Support dfly, from joshe.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 3e861fab..1787b919 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.76 2008-11-23 19:38:12 nicm Exp $
+# $Id: Makefile,v 1.77 2008-11-27 18:55:47 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean update-index.html upload-index.html
@@ -71,8 +71,8 @@ LDFLAGS+= -pg
.endif
LIBS+= -lutil -lncurses
-# FreeBSD
-.if ${OS} == "FreeBSD"
+# FreeBSD and DragonFly
+.if ${OS} == "FreeBSD" || ${OS} == "DragonFly"
CFLAGS+= -DUSE_LIBUTIL_H
.endif