Subject: kerberos install
To: None <current-users@NetBSD.ORG>
From: Michael Richardson <mcr@sandelman.ottawa.on.ca>
List: current-users
Date: 10/12/1996 12:23:46
  Thanks to those who pointed me at src/domestic. I already had it,
but I updated it anyway. Had to update libexec from -current too.
  It is compiled for sun3, thank you. 
  I thought I'd make a precompiled set of images for some local
friends, so I set DESTDIR elsewhere, so I can tar up what they need.
  I think I have some mismatch between /usr/share/mk (which I just
updated) and the Kerberos man pages:

===> lib/libacl
install -c -o bin -g bin -m 600 libacl.a  /w/netbsd/root/usr/lib
ranlib -t /w/netbsd/root/usr/lib/libacl.a
chmod 444 /w/netbsd/root/usr/lib/libacl.a
install -c -o bin -g bin -m 600  libacl_p.a /w/netbsd/root/usr/lib
ranlib -t /w/netbsd/root/usr/lib/libacl_p.a
chmod 444 /w/netbsd/root/usr/lib/libacl_p.a
install -c -o bin -g bin -m 600  libacl_pic.a /w/netbsd/root/usr/lib
ranlib -t /w/netbsd/root/usr/lib/libacl_pic.a
chmod 444 /w/netbsd/root/usr/lib/libacl_pic.a
install -c -o bin -g bin -m 444  libacl.so.2.0 /w/netbsd/root/usr/lib
install -c -o bin -g bin -m 444 acl_check.cat3 /w/netbsd/root/usr/share/man/cat3
/acl_check.cat3
/w/netbsd/root/usr/share/man/cat3/acl_canonicalize_principal.0 -> /w/netbsd/root
/usr/share/man/cat3/acl_check.0
ln: /w/netbsd/root/usr/share/man/cat3/acl_check.0: No such file or directory

  Did I miss something, or is the domestic section in fact out of date
wrt to the man pages?

  When I do this without DESTDIR set, it works fine. This suggests
something wrong with the maninstall: target, but I can not figure out
what is wrong.
  Ideas? Please email, I can not keep up with -current all the time.