diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-25 13:01:24 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-25 13:01:24 +0000 |
commit | 4f79371a29dc9529868a766dc46ce28803e1ad59 (patch) | |
tree | cbb1e983c34b60afd7425c36f6c1b5e300bc33af | |
parent | 744b9d0d27aa2cc75bfb36a9ff1c3ca786a43950 (diff) |
Remove bogus and incorrect version string.
-rw-r--r-- | kerberosV/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/kerberosV/Makefile.inc b/kerberosV/Makefile.inc index 6b4385168af..d45fda19bf6 100644 --- a/kerberosV/Makefile.inc +++ b/kerberosV/Makefile.inc @@ -1,10 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.1 2001/05/25 08:24:13 hin Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2001/05/25 13:01:23 hin Exp $ CFLAGS+= -g LDFLAGS+= -g -KRB5VERSION = "heimdal-0.3b" - KRB5DIR = ${.CURDIR}/${KRBDEPTH} KRB5SRC = ${.CURDIR}/${KRBDEPTH}/src |