diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-27 16:55:29 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-27 16:55:29 +0000 |
commit | 1f2d9e64bb292438ba9a618fd93baedc5e84eca1 (patch) | |
tree | da9255e28ea201c1aeaf51fb5b181a546683d72a | |
parent | d8a35ffa500deb8b00d9669b7e490e705c54c748 (diff) | |
download | rtmux-1f2d9e64bb292438ba9a618fd93baedc5e84eca1.tar.gz rtmux-1f2d9e64bb292438ba9a618fd93baedc5e84eca1.tar.bz2 rtmux-1f2d9e64bb292438ba9a618fd93baedc5e84eca1.zip |
+=.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.123 2009-04-27 13:21:15 tcunha Exp $ +# $Id: Makefile,v 1.124 2009-04-27 16:55:29 nicm Exp $ .SUFFIXES: .c .o .y .h .PHONY: clean update-index.html upload-index.html @@ -91,7 +91,7 @@ LIBS+= -lcrypt # NetBSD .if ${OS} == "NetBSD" -INCDIRS= -Icompat +INCDIRS+= -Icompat SRCS+= compat/strtonum.c compat/vis.c LIBS+= -lcrypt CFLAGS+=-DNO_STRTONUM |