diff options
Diffstat (limited to 'BSDmakefile')
-rw-r--r-- | BSDmakefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/BSDmakefile b/BSDmakefile index 9afeaa3af..1720ba495 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -1,14 +1,11 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -ADKVERSION= 0.1.0 TOPDIR= ${.CURDIR} PWD= ${.CURDIR} .include "${.CURDIR}/Makefile.inc" -GMAKE_ENV+= ADKVERSION=${ADKVERSION:Q} - .if defined(package) && !empty(package) subdir:= package/${package} . if !make(clean) |