The following change was made to Makefile:

* Added SRCPKG
This commit is contained in:
2017-02-20 14:29:03 -06:00
parent 8121a5e05f
commit 89bf02db0c

View File

@@ -8,10 +8,11 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
export SRCPKG = dhcp
export DEPENDS = glibc export DEPENDS = glibc
export ARCH = x86_64 export ARCH = x86_64
export URL = https://www.isc.org/ export URL = https://www.isc.org/
SNAPVER = 3 SNAPVER = 4
PWD := $(shell pwd) PWD := $(shell pwd)
ROOT := $(PWD)/ROOT ROOT := $(PWD)/ROOT