diff options
author | 1999-05-24 16:54:03 +0000 | |
---|---|---|
committer | 1999-05-24 16:54:03 +0000 | |
commit | c07f43267e99f36fee1fe8e00d56777197e1fd8b (patch) | |
tree | 974c8a364dbf7a4a7bd9e87a39a23da7e735cfcc | |
parent | Correct the ``ignoring sync/async'' warnings so that they show (diff) | |
download | wireguard-openbsd-c07f43267e99f36fee1fe8e00d56777197e1fd8b.tar.xz wireguard-openbsd-c07f43267e99f36fee1fe8e00d56777197e1fd8b.zip |
modify CFLAGS, not COPTS; wd@ics.nara-wu.ac.jp
-rw-r--r-- | kerberosIV/kdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/kdb/Makefile b/kerberosIV/kdb/Makefile index 902be4a027f..d316af871d9 100644 --- a/kerberosIV/kdb/Makefile +++ b/kerberosIV/kdb/Makefile @@ -1,9 +1,9 @@ # from @(#)Makefile 8.1 (Berkeley) 6/1/93 -# $Id: Makefile,v 1.3 1997/12/02 20:56:48 deraadt Exp $ +# $Id: Makefile,v 1.4 1999/05/24 16:54:03 millert Exp $ LIB= kdb CFLAGS+=-I${.CURDIR} SRCS= copykey.c krb_cache.c krb_dbm.c krb_kdb_utils.c krb_lib.c print_princ.c -COPTS+= -DNDBM -DHAVE_NEW_DB +CFLAGS+= -DNDBM -DHAVE_NEW_DB .include <bsd.lib.mk> |