From 8f163b8caacff052eab5b1f44794ae92962c5072 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 27 Nov 2008 18:55:47 +0000 Subject: Support dfly, from joshe. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit