Hi all, When I do installworld, it fails in src/sbin/routed/rtquery: install -c -s -o root -g wheel -m 555 rtquery usage: install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** Error code 64 If I fix src/sbin/routed/Makefile.inc like following, error seems to go away. --- src/sbin/routed/Makefile.inc.ctm Sun Jan 10 19:43:43 1999 +++ src/sbin/routed/Makefile.inc Wed Apr 5 16:46:21 2000 @@ -1 +1,4 @@ -.include "../../Makefile.inc" +# $FreeBSD$ + +.include "${.CURDIR}/../../Makefile.inc" + Is it only me, or am I doing something wrong? Thank you, Haro =------------------------------------------------------------------------------ _ _ Munehiro (haro) Matsuda -|- /_\ |_|_| Office of Business Planning & Development, Kubota Corp. /|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome Chuo-ku Tokyo 103, Japan Tel: +81-3-3245-3318 Fax: +81-3-32454-3315 Email: [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message