On Thu, Feb 10, 2011 at 8:32 AM, Vikash Badal <vikash.ba...@is.co.za> wrote:
> Can someone please advise me as to how I switch the following lines of gnu 
> make to bsd make
>
>
> $(OBJDIR)/%.o:${SRCDIR}/%.c
>        ${CC} -c ${CFLAGS} ${INCDIR} ${LIBDIR} $< -o $@
>

I use BSD make for XML and XSLT transformations, so I cannot advise
you about this particular issue, but there is a very nice tutorial
about the BSD make at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/pmake/index.html

Good luck
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to