changeset 711:6b79b3438818

Remove obsolete Makefiles.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Dec 2022 13:18:06 +0200
parents ff1af7410bba
children 3a3e4fc53ac7
files Makefile.openbsd Makefile.solaris
diffstat 2 files changed, 0 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.openbsd	Wed Dec 07 00:15:53 2022 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-#
-# 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
--- a/Makefile.solaris	Wed Dec 07 00:15:53 2022 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-#
-# Configuration settings for typical Solaris 9+
-#
-CC=gcc
-CFLAGS=-DHAVE_STRING_H -DHAVE_INT_TYPES -DHAVE_UINT_T
-LDFLAGS=-lncurses -lresolv
-
-include Makefile.unix