diff options
| author | thorpej <thorpej@NetBSD.org> | 2002-09-13 18:30:43 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2002-09-13 18:30:43 +0000 |
| commit | 6d4ffa13e1bb90ca378b616f51cc8f880e17cf3e (patch) | |
| tree | de249d4214c64c627714ff9954d003bb203d6528 /lib/libcom_err | |
| parent | e3db70741f76e6e5329b38c90134aad7501414b6 (diff) | |
The config.h we get when building as a host tool is the libnbcompat
config.h, not the heimdal config.h, so -DKRB4=1 and -DKRB5=1 for
print_version.h.
Diffstat (limited to 'lib/libcom_err')
| -rw-r--r-- | lib/libcom_err/compile_et/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcom_err/compile_et/Makefile b/lib/libcom_err/compile_et/Makefile index 2a11a6fcfbf..14648d17627 100644 --- a/lib/libcom_err/compile_et/Makefile +++ b/lib/libcom_err/compile_et/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/08/19 13:35:06 lukem Exp $ +# $NetBSD: Makefile,v 1.15 2002/09/13 18:30:43 thorpej Exp $ NOMAN= # defined @@ -24,6 +24,7 @@ HOST_CPPFLAGS+= -I. \ -I${LIBROKEN} \ -I${DIST}/heimdal/lib/com_err \ -I${DIST}/heimdal/lib/roken \ + -DKRB4=1 -DKRB5=1 \ -DHAVE_CONFIG_H DPSRCS= print_version.h |
