=================================================================== RCS file: /cvs/pod2mdoc/Makefile,v retrieving revision 1.14 retrieving revision 1.16 diff -u -p -r1.14 -r1.16 --- pod2mdoc/Makefile 2015/02/13 09:56:59 1.14 +++ pod2mdoc/Makefile 2015/05/19 20:42:48 1.16 @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 2015/02/13 09:56:59 schwarze Exp $ +# $Id: Makefile,v 1.16 2015/05/19 20:42:48 schwarze Exp $ # # Copyright (c) 2014 Kristaps Dzonsons # Copyright (c) 2015 Ingo Schwarze @@ -15,7 +15,7 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -VERSION = 0.1 +VERSION = 0.2 # === USER CONFIGURATION =============================================== @@ -26,7 +26,7 @@ CFLAGS += -Wno-unused-parameter -Wwrite-strings # Change to 0 on systems other than OpenBSD that do not provide # a native ohash library; compat_ohash.* will be used in that case. -CFLAGS += -DHAVE_OHASH=0 +CFLAGS += -DHAVE_OHASH=1 # May be needed on systems other than OpenBSD when using HAVE_OHASH=1 # if ohash.h is not in the default header search path and/or @@ -40,7 +40,7 @@ CFLAGS += -DHAVE_OHASH=0 # You may have to comment this out on other systems, # in particular when using HAVE_OHASH=0. -#LDADD += -lutil +LDADD += -lutil # === LIST OF FILES ====================================================