summaryrefslogtreecommitdiff
path: root/pkgtools/digest/files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/digest/files/Makefile')
-rw-r--r--pkgtools/digest/files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/digest/files/Makefile b/pkgtools/digest/files/Makefile
index f602dc4d8ef..79c25ce95d8 100644
--- a/pkgtools/digest/files/Makefile
+++ b/pkgtools/digest/files/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2001/03/10 15:55:14 tron Exp $
+# $NetBSD: Makefile,v 1.3 2001/03/11 22:29:16 tron Exp $
# When adding new digest algorithms, please use rmd160 as the template,
# and bump the version definition in the package Makefile
PROG= digest
SRCS= digest.c
-CPPFLAGS+= -I${.CURDIR}
+CPPFLAGS+= -I${.CURDIR} -DVERSION="${VERSION}"
WARNS= 2
.if !exists(/usr/include/rmd160.h)