summaryrefslogtreecommitdiff
path: root/relay
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1997-02-22 14:44:56 +0000
committerTed Lemon <source@isc.org>1997-02-22 14:44:56 +0000
commitde60690e73e2035a6638d112fdc879993fd4d26c (patch)
treecf5a9e85d58c5f65dab2317f0d73de8b9a17a81b /relay
parentec1b44440af73378f0034ed5427229f1273e981e (diff)
downloadisc-dhcp-de60690e73e2035a6638d112fdc879993fd4d26c.tar.gz
Move some more parameters around
Diffstat (limited to 'relay')
-rw-r--r--relay/Makefile.dist153
1 files changed, 0 insertions, 153 deletions
diff --git a/relay/Makefile.dist b/relay/Makefile.dist
index 209d2ca4..80f5ef8f 100644
--- a/relay/Makefile.dist
+++ b/relay/Makefile.dist
@@ -29,160 +29,7 @@
# OF THE POSSIBILITY OF SUCH DAMAGE.
#
-## Defaults...
-BINDIR = /usr/sbin
-ADMMANDIR = /usr/share/man/cat8
-ADMMANEXT = .0
-FFMANDIR = /usr/share/man/cat5
-FFMANEXT = .0
-INSTALL = install
-MANINSTALL = install
-CHMOD = chmod
CATMANPAGES = dhcrelay.cat8
-ETC = /etc
-VARRUN = /var/run
-VARDB = /var/db
-
-## Porting::
-#
-# For each supported operating system, there is a block of text below
-# beginning with #--os-name-- and ending with #--os-name--. Between
-# these delimiters are assignments, commented out, which define the
-# Makefile variables required for that operating system.
-#
-# The configure shell script figures out what operating system it's
-# being run on and then runs Makefile.dist through a sed script which
-# removes the comment characters from the appropriate set of
-# assignments, and writes the output to Makefile.
-
-## SunOS 4.1
-##--sunos4--
-#LIBS = -lresolv
-#CF = cf/sunos4.h
-#BINDIR=/usr/etc
-#ADMMANEXT = .8
-#FFMANEXT = .5
-#VARRUN = /etc
-#VARDB = /etc
-##--sunos4--
-
-## Solaris 2.5 (with gcc)
-##--sunos5-gcc--
-#INSTALL=/usr/ucb/install
-#MANINSTALL=/usr/ucb/install
-#LIBS = -lresolv -lsocket -lnsl -lgen
-#CC=gcc
-#COPTS = -Wall -Wstrict-prototypes -Wno-unused -Wno-implicit -Wno-comment \
-# -Wno-uninitialized -Werror
-#CF = cf/sunos5-5.h
-#ADMMANDIR = /usr/share/man/cat1m
-#ADMMANEXT = .1m
-#FFMANDIR = /usr/share/man/cat4
-#FFMANEXT = .4
-#VARRUN = /etc
-#VARDB = /etc
-##--sunos5-gcc--
-
-## Solaris 2.5 (with Sun cc)
-##--sunos5-cc--
-#INSTALL=/usr/ucb/install
-#MANINSTALL=/usr/ucb/install
-#LIBS = -lresolv -lsocket -lnsl -lgen
-#CC=cc
-#COPTS = -D__svr4__
-#CF = cf/sunos5-5.h
-#ADMMANDIR = /usr/share/man/cat1m
-#ADMMANEXT = .1m
-#FFMANDIR = /usr/share/man/cat4
-#FFMANEXT = .4
-#VARRUN = /etc
-#VARDB = /etc
-##--sunos5-cc--
-
-## DEC Alpha/OSF1
-##--alphaosf--
-#INSTALL=/usr/ucb/installbsd
-#MANINSTALL=/usr/ucb/installbsd
-#LIBS=
-#CF = cf/alphaosf.h
-#ADMMANEXT = .8
-#FFMANEXT = .5
-#VARRUN = /etc
-#VARDB = /etc
-##--alphaosf--
-
-## BSD/OS 2.1
-##--bsdos--
-#LIBS=
-#CC=gcc2
-#CF = cf/bsdos.h
-##--bsdos--
-
-## FreeBSD
-##--freebsd--
-#CF = cf/freebsd.h
-##--freebsd--
-
-## NetBSD
-##--netbsd--
-#CF = cf/netbsd.h
-#COPTS = -Wall -Wstrict-prototypes -Wno-unused -Wno-implicit -Wno-comment \
-# -Wno-uninitialized -Werror
-##--netbsd--
-
-## Ultrix
-##--ultrix--
-#CF = cf/ultrix.h
-#ADMMANDIR = /usr/man/man8
-#ADMMANEXT = .8
-#FFMANDIR = /usr/man/man5
-#FFMANEXT = .5
-##--ultrix--
-
-## Linux
-##--linux--
-#CF = cf/linux.h
-#ADMMANDIR = /usr/man/man8
-#ADMMANEXT = .8
-#FFMANDIR = /usr/man/man5
-#FFMANEXT = .5
-#VARRUN = /var/run
-#VARDB = /var/dhcpd
-##--linux--
-
-## SCO
-##--sco--
-#CF = cf/sco.h
-#PREDEFINES=-DSCO -DBROKEN_ANSI
-#BINDUR = /usr/etc
-#ADMMANDIR = /usr/man/cat.ADMN
-#ADMMANEXT = .ADMN.Z
-#FFMANDIR = /usr/man/cat.SFF
-#FFMANEXT = .SFF.Z
-#INSTALL = cp
-#MANFROM = <
-#MANINSTALL = compress
-#MANTO = >
-#VARRUN = /etc
-#VARDB = /etc
-#CATMANPAGES=
-##--sco--
-
-## QNX
-##--qnx--
-#CF = cf/qnx.h
-#ADMMANDIR = /usr/man/man8
-#ADMMANEXT = .8
-#FFMANDIR = /usr/man/man5
-#FFMANEXT = .5
-#VARRUN = /etc
-#COPTS=-w3 -Dlint
-#LFLAGS=$(DEBUG) "-Wl,op symfile" -l socket
-#MANINSTALL = /bin/true
-#INSTALL = cp
-#BINDIR = /etc
-##--qnx--
-
SRCS = dhcrelay.c
OBJS = dhcrelay.o
PROG = dhcrelay