=============================
angela root # uname -a
FreeBSD angela 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Sun Jan 11 21:28:14 EST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL4 i386
=============================



I'm not sure how to get the version of make, maybe this:
=============================
angela root # cat /usr/src/usr.bin/make/Makefile
# @(#)Makefile 5.2 (Berkeley) 12/28/90
# $FreeBSD: src/usr.bin/make/Makefile,v 1.13.2.1 2001/05/25 08:33:40 sobomax Exp $


PROG=   make
CFLAGS+= -I${.CURDIR}
SRCS=   arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
        make.c parse.c str.c suff.c targ.c var.c util.c
SRCS+=  lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
        lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \
        lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \
        lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c \
        lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c
.PATH:  ${.CURDIR}/lst.lib

NOSHARED?= YES

.include <bsd.prog.mk>
=============================

Any other thoughts?

Kris Kennaway wrote:
On Sat, Jan 31, 2004 at 09:03:46PM -0500, Payam wrote:

Hi. I'm running FreeBSD 4.9.


Are you sure?  You should only see this makefile error on old,
unsupported versions of FreeBSD with broken make(1)s.

Kris
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to