view Makefile.openbsd @ 693:9ed896f7b531

Use TH_DIR_SEPARATOR_CHR instead of our own define.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 05 Jan 2020 10:47:49 +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