view Makefile.openbsd @ 669:32c13602c091

Some functions used were factored into new th_datastruct module in th-libs, so include the necessary header file as needed, and build the module object.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Feb 2016 14:28:17 +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