view Makefile.openbsd @ 707:11eb7c30889e

Adjust to fit new th_ioctx API.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 10 Mar 2020 17:01:22 +0200
parents 23d16d9cdf96
children
line wrap: on
line source

#
# OpenBSD configuration settings
#

# C-compiler, flags and linker flags
CC=gcc
CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES -DHAVE_NETINET_IN_H -DHAVE_NCURSES_H
LDFLAGS=-lncurses


include Makefile.unix