summaryrefslogtreecommitdiff
path: root/BSDmakefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-15 20:30:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-16 10:05:00 +0200
commit989385390a65cc71f342e6814d86f19ef3d56458 (patch)
treee45a9ea97321df59fd554a01c0c550f73cf4b78b /BSDmakefile
parent70b2ee7554663bbcad3fb160f9d29719093f2b1e (diff)
remove version information, we use rolling development model
Diffstat (limited to 'BSDmakefile')
-rw-r--r--BSDmakefile3
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)