mirror of
https://github.com/tmate-io/tmate.git
synced 2025-01-28 00:39:21 +01:00
Use the right osdep.
This commit is contained in:
parent
9ff8c354ab
commit
a8fe667267
6
configure
vendored
6
configure
vendored
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/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_H=config.h
|
||||||
CONFIG_MK=config.mk
|
CONFIG_MK=config.mk
|
||||||
@ -135,7 +135,7 @@ EOF
|
|||||||
#define HAVE_VSYSLOG
|
#define HAVE_VSYSLOG
|
||||||
EOF
|
EOF
|
||||||
cat <<EOF >>$CONFIG_MK
|
cat <<EOF >>$CONFIG_MK
|
||||||
SRCS+= osdep-openbsd.c
|
SRCS+= osdep-freebsd.c
|
||||||
LIBS+= -lcrypt
|
LIBS+= -lcrypt
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
@ -158,7 +158,7 @@ EOF
|
|||||||
#define HAVE_VSYSLOG
|
#define HAVE_VSYSLOG
|
||||||
EOF
|
EOF
|
||||||
cat <<EOF >>$CONFIG_MK
|
cat <<EOF >>$CONFIG_MK
|
||||||
SRCS+= osdep-openbsd.c
|
SRCS+= osdep-netbsd.c
|
||||||
LIBS+= -lcrypt
|
LIBS+= -lcrypt
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user