Remove -DKRB4 (Jukka Salmi)
This commit is contained in:
parent
a055fd96f7
commit
1e3ddfc86a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2005/01/10 03:11:17 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2006/03/20 21:20:59 christos Exp $
|
||||
|
||||
NOMAN= # defined
|
||||
|
||||
|
@ -24,7 +24,7 @@ HOST_CPPFLAGS+= -I. \
|
|||
-I${LIBROKEN} \
|
||||
-I${DIST}/heimdal/lib/com_err \
|
||||
-I${DIST}/heimdal/lib/roken \
|
||||
-DKRB4=1 -DKRB5=1 \
|
||||
-DKRB5=1 \
|
||||
-DHAVE_CONFIG_H
|
||||
|
||||
.if (${USE_INET6} != "no")
|
||||
|
|
Loading…
Reference in New Issue