Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.sbin/dhcp/server pull up rev 1.5 from trunk (reques...



details:   https://anonhg.NetBSD.org/src/rev/7bcfe9f3bd44
branches:  netbsd-1-4
changeset: 469547:7bcfe9f3bd44
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sat Oct 09 21:32:28 1999 +0000

description:
pull up rev 1.5 from trunk (requested by hubertf):
  Install an example dhcpd.conf into /usr/share/examples/dhcp
  to provide an example of how to setup a dhcp server.

diffstat:

 usr.sbin/dhcp/server/Makefile |  9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diffs (25 lines):

diff -r f2b2106cbd56 -r 7bcfe9f3bd44 usr.sbin/dhcp/server/Makefile
--- a/usr.sbin/dhcp/server/Makefile     Sat Oct 09 21:32:23 1999 +0000
+++ b/usr.sbin/dhcp/server/Makefile     Sat Oct 09 21:32:28 1999 +0000
@@ -30,12 +30,21 @@
 # OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
+.include <bsd.own.mk>
+
 SRCS   = dhcpd.c dhcp.c bootp.c confpars.c db.c
 PROG   = dhcpd
 MAN    = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5
 
+.if ${MKSHARE} != "no"
+FILESDIR= /usr/share/examples/dhcp
+
+FILES= dhcpd.conf
+.endif
+
 OS_SYSTEM !=   uname -s
 OS_RELEASE !=  uname -r
 CPPFLAGS+=-DOS_VERSION="\"${OS_SYSTEM} ${OS_RELEASE}\""
 
 .include <bsd.prog.mk>
+.include <bsd.files.mk>



Home | Main Index | Thread Index | Old Index