diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-09-14 18:42:59 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-09-14 18:42:59 +0000 |
| commit | 344e4a27337137823232ab245b39f61ab15d00b1 (patch) | |
| tree | fa0467c192a3c1c6004ab24de0a840c2bec9f28a | |
| parent | a1b4e38100dca01d6760041f4300143f26a5e5f8 (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index ecf1d085515d..6c775f03f772 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.382 1998/09/13 17:20:57 phk Exp $ +# $Id: Makefile,v 1.383 1998/09/14 11:39:38 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -282,6 +282,12 @@ release.2: make kprog \ ) .endif + # XXX until lkm and mdec gets populated again by some other means +.if ${MACHINE_ARCH} == "i386" + cd ${.CURDIR}/.. && OBJFORMAT=aout MAKEOBJDIRPREFIX=/usr/obj/aout \ + NOTOOLS=1 NOSECURE=1 NOCRYPT=1 \ + make -f Makefile.inc1 legacy-install DESTDIR=${RD}/trees/bin +.endif chflags -R noschg ${RD}/trees touch release.2 |
