From: Remco Rijnders Date: Wed, 15 Feb 2012 11:09:25 +0000 (+0100) Subject: Remove support from Makefile for obsolete / no longer supported OS'es X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=ebdaaa84f50c09280ef6bc2d70b45fc08bef1e8f;p=serene-ircd.git Remove support from Makefile for obsolete / no longer supported OS'es --- diff --git a/Makefile.dist b/Makefile.dist index 32c9656..fa33a69 100755 --- a/Makefile.dist +++ b/Makefile.dist @@ -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)