From a8fe667267d362832302fda29ffb4be1977cdcd3 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 14 May 2009 00:12:42 +0000 Subject: [PATCH] Use the right osdep. --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index acd6fc7e..152b8dc9 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.3 2009-05-13 23:45:26 nicm Exp $ +# $Id: configure,v 1.4 2009-05-14 00:12:42 nicm Exp $ CONFIG_H=config.h CONFIG_MK=config.mk @@ -135,7 +135,7 @@ EOF #define HAVE_VSYSLOG EOF cat <>$CONFIG_MK -SRCS+= osdep-openbsd.c +SRCS+= osdep-freebsd.c LIBS+= -lcrypt EOF ;; @@ -158,7 +158,7 @@ EOF #define HAVE_VSYSLOG EOF cat <>$CONFIG_MK -SRCS+= osdep-openbsd.c +SRCS+= osdep-netbsd.c LIBS+= -lcrypt EOF ;;