From owner-freebsd-bugs Tue Jul 16 10:02:55 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA12533 for bugs-outgoing; Tue, 16 Jul 1996 10:02:55 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA12524 for ; Tue, 16 Jul 1996 10:02:53 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id KAA20620; Tue, 16 Jul 1996 10:00:07 -0700 (PDT) To: Stephane Russell cc: bugs@FreeBSD.org Subject: Re: mset don't compile in 2.1.5-RELEASE In-reply-to: Your message of "Tue, 16 Jul 1996 11:22:08 EDT." <31EBB3A0.41C67EA6@sprynet.com> Date: Tue, 16 Jul 1996 10:00:07 -0700 Message-ID: <20617.837536407@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > I've been compiling the last release of FreeBSD (2.1.5). The 'mset' utility > (usr.bin/tn3270/mset) don't compile. It seems that the Makefile is pointing > to inexistant directory, i.e., ${.CURDIR}/../tools/mkastosc/obj/mkastosc > should be ${.CURDIR}/../tools/mkastosc/mkastosc. You need to do a `make obj' Jordan