MODIFIED build for FreeBSD-11.0-Current without GNU autotools, configure or GNU make
License
waitman/dhcp-4.3.2-mod
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
This is ISC dhcp-4.3.2 modified by Waitman Gobble <ns@waitman.net> It was modified to build on FreeBSD 11.0-Current using clang and BSD make. (Without dependency on GNU autotools and GNU make.) Note: edit includes/config.h and includes/site.h to customize for your system. In particular, _PATH_DHCPD_DB Edit the toplevel Makefile to set the install PREFIX. edit client/Makefile, CLIENT_PATH='"PATH=/usr/cust/sbin:/sbin:/bin:/usr/sbin:/usr/bin"' This builds on amd64 machines, might work on i386 machines (not tested). To build on arm devices see notes below. to build: # make to clean: # make clean to install: # make install Note: make install will strip binaries, if you need debug symbols use the binaries built in client/dhclient and server/dhcpd to deinstall: # make deinstall BUILDING ON ARM to build: # make -f Makefile.arm to clean: # make -f Makefile.arm clean to install: # make -f Makefile.arm install to deinstall: # make -f Makefile.arm deinstall Installed programs: $(PREFIX)/sbin/dhcpd $(PREFIX)/sbin/dhclient $(PREFIX)/bin/dhcrelay $(PREFIX)/bin/omshell Examples: $(PREFIX)/share/examples/dhcpd/dhclient.conf.example $(PREFIX)/share/examples/dhcpd/dhclient-start-script $(PREFIX)/share/examples/dhcpd/dhcpd.conf.example Manual Pages: $(PREFIX)/man/man5/dhcpd.conf.5.gz $(PREFIX)/man/man8/dhcpd.8.gz $(PREFIX)/man/man5/dhcpd.leases.5.gz $(PREFIX)/man/man5/dhcp-eval.5.gz $(PREFIX)/man/man5/dhcp-options.5.gz $(PREFIX)/man/man8/dhclient-script.8.gz $(PREFIX)/man/man5/dhclient.leases.5.gz $(PREFIX)/man/man5/dhclient.conf.5.gz $(PREFIX)/man/man8/dhcrelay.8.gz This version does not install the API, libraries or headers, however they are built in the source directory. See omapip, includes, and other directory paths for more information. READ LICENSE, README.ISC, and RELNOTES
About
MODIFIED build for FreeBSD-11.0-Current without GNU autotools, configure or GNU make
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published