Subject: Re: How do I compile "THE" sources?
To: None <michaelv@MindBender.serv.net>
From: Anatoly Raportirenko <ram@cv.jinr.dubna.su>
List: current-users
Date: 09/19/1996 15:04:38
I have compiled 14Sep current on i386 and sparc platforms with domestic and
DESTDIR set. I do this:

	setenv DESTDIR <dir>

	cd /usr/src
	make obj
	make beforeinstall
	make build
	make snapshot

Before compilation you must copy /usr/lib/crt0.o into <dir>/usr/lib
(this is required to compile domestic).
You must also change line:
	(cd ${.CURDIR}/domestic/lib/libcrypt && ${MAKE} depend && ${MAKE} && \
by
	(cd ${.CURDIR}/domestic/lib && ${MAKE} depend && ${MAKE} && \
in Makefile (I ftp it from /pub/NetBSD-current/src)

Anatoly