view Makefile.openbsd @ 679:ec7e61450087

TH_NO_DEFAULTS is not used anymore.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 04 Jun 2018 03:08:18 +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