thorpej
|
6d4ffa13e1
|
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.
|
2002-09-13 18:30:43 +00:00 |
lukem
|
91d06a031b
|
More use of ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
|
2002-08-19 13:35:05 +00:00 |
lukem
|
ebb6fc9eb8
|
Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path (etc).
(Reduces make output by ~ 20%)
|
2002-08-19 09:41:27 +00:00 |
tv
|
71ae6595ec
|
Fix this correctly: simply don't include strl{cat,cpy} from libc.
At this point, if using USETOOLS={no,never}, the host's libc should be
new enough to have these functions available.
|
2002-02-02 06:17:56 +00:00 |
veego
|
b24467c00b
|
Include ${.CURDIR}/../../libc/include to get namespace.h.
This fix a broken build after the recent non NetBSD fixes which broke it
for NetBSD.
|
2002-02-01 22:12:37 +00:00 |
tv
|
001067bbd1
|
Readability cleanups; MKfoo=no -> NOfoo.
|
2001-12-12 00:51:00 +00:00 |
assar
|
2a2aa85a8d
|
update infrastructure for krb4 1.1 and heimdal 0.4e
|
2001-09-17 12:34:40 +00:00 |
sommerfeld
|
a0bc06eb92
|
parallelize (mostly ${MAKE} print-objdir -> ${PRINTOBJDIR})
|
2000-12-30 17:21:44 +00:00 |
itojun
|
31f5853be4
|
pull in libc/string/strl*.c. i still don't think it necessary, but
based on popular demand...
|
2000-12-30 03:00:51 +00:00 |
itojun
|
f7a43f545d
|
strlcpy/cat is in libc
|
2000-12-25 23:53:25 +00:00 |
garbled
|
cf5856544c
|
Change ${LDFLAGS} to ${HOST_LDFLAGS} because we are using HOST_CC. Fixes
cross compile bug.
|
2000-08-05 06:57:21 +00:00 |
tron
|
579a801207
|
Create "print_version.h" required to build the library.
|
2000-08-03 14:01:31 +00:00 |
garbled
|
77b40a00a7
|
add strlcpy.c strlcat.c to SRCS to make this cross-compilable
|
2000-08-02 02:39:48 +00:00 |
thorpej
|
e041ca2c2e
|
Fixup Heimdal library builds.
|
2000-06-16 22:46:43 +00:00 |
thorpej
|
faf5f5eb7a
|
Import Heimdal library build glue from cryptosrc-intl.
|
2000-06-16 19:27:31 +00:00 |