summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/roken.awk
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/roken.awk')
-rw-r--r--crypto/heimdal/lib/roken/roken.awk6
1 files changed, 5 insertions, 1 deletions
diff --git a/crypto/heimdal/lib/roken/roken.awk b/crypto/heimdal/lib/roken/roken.awk
index 626fae5..c1676f7 100644
--- a/crypto/heimdal/lib/roken/roken.awk
+++ b/crypto/heimdal/lib/roken/roken.awk
@@ -1,3 +1,5 @@
+# $Id: roken.awk,v 1.6 2000/08/16 01:56:30 assar Exp $
+
BEGIN {
print "#include <stdio.h>"
print "#ifdef HAVE_CONFIG_H"
@@ -13,8 +15,10 @@ BEGIN {
print "puts(\"\");"
}
END {
+ print "puts(\"#define ROKEN_VERSION \" VERSION );"
+ print "puts(\"\");"
print "puts(\"#endif /* __ROKEN_H__ */\");"
- print "exit(0);"
+ print "return 0;"
print "}"
}
OpenPOWER on IntegriCloud