In the last episode (Feb 21), bsdnooby said:
> When I run 'make buildworld' I get a series of errors like this:
> 
> rm -f .depend GPATH GRTAGS GSYMS GTAGS
> ===> bin/domainname
> "Makefile", line 3: Need an operator
> ...
> "Makefile", line 33 Need an operator
> make: fatal errors  encountered -- cannot continue
> *** Error code 1
> Stop in /usr/src/bin
> *** Error code 1
> Stop in /usr/src
> *** Error code 1
> Stop in /usr/src

The contents of bin/domainname/Makefile should read:

 # $FreeBSD: src/bin/domainname/Makefile,v 1.7 2001/12/04 01:57:40 obrien Exp $
 
 PROG=  domainname
 
 .include <bsd.prog.mk>

Check to make sure your copy didn't get corrupted somehow.

-- 
        Dan Nelson
        [EMAIL PROTECTED]
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to