diff options
author | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-17 20:07:24 +0000 |
---|---|---|
committer | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-17 20:07:24 +0000 |
commit | c2c11fc2b84996f7a2242f8840166e6c500143aa (patch) | |
tree | 5608f7be323b5e5f8a3cce23d6731af2239d6081 /lib/libkrb5/Makefile.kafs.inc | |
parent | 632b2281a6d12af4b48f2cb22f312d9b2f8ba52c (diff) |
Added regen target to pregenerate files to get rid of dependency on
up-to-date asn1_compile and compile_et.
on hin@
Diffstat (limited to 'lib/libkrb5/Makefile.kafs.inc')
-rw-r--r-- | lib/libkrb5/Makefile.kafs.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkrb5/Makefile.kafs.inc b/lib/libkrb5/Makefile.kafs.inc index 0d32d3ba8e9..1bf0ac2a900 100644 --- a/lib/libkrb5/Makefile.kafs.inc +++ b/lib/libkrb5/Makefile.kafs.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.kafs.inc,v 1.3 2003/05/17 05:20:18 mho Exp $ +# $OpenBSD: Makefile.kafs.inc,v 1.4 2003/05/17 20:07:23 mho Exp $ DIR_KAFS= ${KRB5SRC}/lib/kafs HDR_KAFS= kafs.h @@ -24,4 +24,4 @@ MLINKS+=kafs.3 k_hasafs.3 \ kafs_common.c: ${KRB5SRC}/lib/kafs/common.c ln -sf ${KRB5SRC}/lib/kafs/common.c kafs_common.c - +CLEANFILES+=kafs_common.c |