From 573b2f75fbc1de1572ac885804a94ff8ae7d499a Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 17 Apr 2006 07:04:56 +0000 Subject: r15099: An attempt to fix BSD make portability issues. With these changes Samba 4 builds successfully on NetBSD 3.0 (This used to be commit 71ea07e72d71b06166e0384950df83061a4677b8) --- source4/heimdal_build/config.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/heimdal_build') diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index c66784224a..591d15753f 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -436,6 +436,9 @@ include perl_path_wrapper.sh et_deps.pl heimdal/lib/krb5/krb5_err.et| .hin.h: @cp $< $@ +heimdal/lib/roken/vis.h: heimdal/lib/roken/vis.hin +heimdal/lib/roken/err.h: heimdal/lib/roken/err.hin + $(patsubst heimdal/lib/des/%.h,heimdal/lib/des/hcrypto/%.h,$(wildcard heimdal/lib/des/*.h)): heimdal/lib/des/hcrypto heimdal/lib/des/hcrypto: -- cgit