Remove support from Makefile for obsolete / no longer supported OS'es
authorRemco Rijnders <remmy@winter.webconquest.com>
Wed, 15 Feb 2012 11:09:25 +0000 (12:09 +0100)
committerRemco Rijnders <remmy@winter.webconquest.com>
Wed, 15 Feb 2012 11:09:25 +0000 (12:09 +0100)
Makefile.dist

index 32c9656ebf9ba7cc449b2efb941bf3fa8aa1fe6d..fa33a69a0ec5de129bb229290807ef4bef079120 100755 (executable)
@@ -31,48 +31,6 @@ INCLUDEDIR=../include
 XCFLAGS=
 IRCDLIBS=
 
-#
-# use the following on MIPS:
-#CFLAGS= -systype bsd43 -DSYSTYPE_BSD43 -I$(INCLUDEDIR)
-# For Irix 4.x (SGI), use the following:
-#CFLAGS= -g -cckr -I$(INCLUDEDIR)
-#
-# on NEXT use:
-#CFLAGS=-bsd -I$(INCLUDEDIR)
-#on NeXT other than 2.0:
-#IRCDLIBS=-lsys_s
-#
-# AIX 370 flags
-#CFLAGS=-D_BSD -Hxa -I$(INCLUDEDIR)
-#IRCDLIBS=-lbsd
-#
-# Dynix/ptx V2.0.x
-#CFLAGS= -I$(INCLUDEDIR) -O -Xo
-#IRCDLIBS= -lsocket -linet -lnsl -lseq
-# 
-# Dynix/ptx V1.x.x
-#IRCDLIBS= -lsocket -linet -lnsl -lseq
-#
-#use the following on SUN OS without nameserver libraries inside libc
-#IRCDLIBS=-lresolv
-#
-# Solaris 2
-#IRCDLIBS=-lsocket -lnsl -lresolv -L/usr/ucblib -R/usr/ucblib -lgen
-#
-# ESIX
-#CFLAGS=-O -I$(INCLUDEDIR) -I/usr/ucbinclude
-#IRCDLIBS=-L/usr/ucblib -L/usr/lib -lsocket -lucb -lns -lnsl
-#
-# LDFLAGS - flags to send the loader (ld). SunOS users may want to add
-# -Bstatic here.
-#
-#LDFLAGS=-Bstatic
-#
-#Dell SVR4
-#CC=gcc
-#CFLAGS= -I$(INCLUDEDIR) -O2
-#IRCDLIBS=-lsocket -lnsl -lucb
-
 # [CHANGEME]
 # IRCDMODE is the mode you want the binary to be.
 # The 4 at the front is important (allows for setuidness)