view Makefile.openbsd @ 687:e6d60eacf24d

Update to new th_io_fopen() API.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 09 Jul 2018 08:08:50 +0300
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