diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1999-06-22 11:27:02 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1999-06-22 11:27:02 +0000 |
commit | ac5ca67a3d0453db348849ba987d21b19fd1c951 (patch) | |
tree | 5202a6fb2aec216d563a20cad66d9d7f3d896be8 | |
parent | 8a4aba9425e9b35a5f8c543501e610919512c0ce (diff) |
We use new db.. From: kwesterback@home.com
-rw-r--r-- | kerberosIV/kdb_destroy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kerberosIV/kdb_destroy/Makefile b/kerberosIV/kdb_destroy/Makefile index fbcf3690bc9..b2db756c887 100644 --- a/kerberosIV/kdb_destroy/Makefile +++ b/kerberosIV/kdb_destroy/Makefile @@ -1,7 +1,8 @@ # from @(#)Makefile 8.1 (Berkeley) 6/1/93 -# $Id: Makefile,v 1.1 1995/12/14 06:52:43 tholo Exp $ +# $Id: Makefile,v 1.2 1999/06/22 11:27:01 art Exp $ PROG= kdb_destroy MAN= kdb_destroy.8 +CFLAGS+= -DHAVE_NEW_DB .include <bsd.prog.mk> |