From cc9cc1aea8694dec3067246d4483bb3c2860592e Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 29 Apr 2009 22:25:20 +0000 Subject: Some tweaks for Solaris. Get rid of vis.* in favour of a small replacement function. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b07befe7..651c9d84 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.125 2009-04-27 18:10:10 nicm Exp $ +# $Id: Makefile,v 1.126 2009-04-29 22:25:20 nicm Exp $ .SUFFIXES: .c .o .y .h .PHONY: clean update-index.html upload-index.html @@ -84,7 +84,6 @@ LIBS+= -lutil -lncurses # FreeBSD and DragonFly .if ${OS} == "FreeBSD" || ${OS} == "DragonFly" INCDIRS+= -Icompat -SRCS+= compat/vis.c CFLAGS+= -DUSE_LIBUTIL_H -DNO_QUEUE_H -DNO_TREE_H LIBS+= -lcrypt .endif @@ -92,7 +91,7 @@ LIBS+= -lcrypt # NetBSD .if ${OS} == "NetBSD" INCDIRS+= -Icompat -SRCS+= compat/strtonum.c compat/vis.c +SRCS+= compat/strtonum.c LIBS+= -lcrypt CFLAGS+=-DNO_STRTONUM -DNO_QUEUE_H .endif -- cgit v1.2.3