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