1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net/isc-dhcp3-server/files/patch-site.conf
David E. O'Brien b7a6c2ce97 Fix a typo I added, and remove some cruft.
Submitted by:	Cyrille Lefevre <root@gits.dyndns.org>
2000-10-03 16:01:30 +00:00

24 lines
647 B
Plaintext

--- site.conf.orig Wed Jul 7 08:20:10 1999
+++ site.conf Tue Oct 3 08:59:57 2000
@@ -1,2 +1,20 @@
# Put local site configuration stuff here to override the default
# settings in Makefile.conf
+
+PREFIX ?= /usr/local
+
+ETC = $(PREFIX)/etc
+BINDIR = $(PREFIX)/sbin
+CLIENTBINDIR = $(PREFIX)/sbin
+MANCAT = man
+ADMMANDIR = $(PREFIX)/man/man8
+ADMMANEXT = .8
+FFMANDIR = $(PREFIX)/man/man5
+FFMANEXT = .5
+LIBMANDIR = $(PREFIX)/man/man3
+LIBMANEXT = .3
+
+DEBUG ?= #none
+CFLAGS += -DCL_DEFAULT_SCRIPT_NAME=\"$(ETC)/dhclient-script\"
+CFLAGS += -D_PATH_DHCPD_CONF=\"$(ETC)/dhcpd.conf\"
+CFLAGS += -D_PATH_DHCLIENT_CONF=\"$(ETC)/dhclient.conf\"