diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-14 00:12:42 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-14 00:12:42 +0000 |
commit | a8fe667267d362832302fda29ffb4be1977cdcd3 (patch) | |
tree | a5734ffd5e6e7298bd4760a9bc5e184f13ffde09 | |
parent | 9ff8c354ab8a174e40edc3b82ef5cf1f8e3341ec (diff) | |
download | rtmux-a8fe667267d362832302fda29ffb4be1977cdcd3.tar.gz rtmux-a8fe667267d362832302fda29ffb4be1977cdcd3.tar.bz2 rtmux-a8fe667267d362832302fda29ffb4be1977cdcd3.zip |
Use the right osdep.
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 <<EOF >>$CONFIG_MK -SRCS+= osdep-openbsd.c +SRCS+= osdep-freebsd.c LIBS+= -lcrypt EOF ;; @@ -158,7 +158,7 @@ EOF #define HAVE_VSYSLOG EOF cat <<EOF >>$CONFIG_MK -SRCS+= osdep-openbsd.c +SRCS+= osdep-netbsd.c LIBS+= -lcrypt EOF ;; |