From owner-cvs-all Sun Oct 4 21:25:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA28683 for cvs-all-outgoing; Sun, 4 Oct 1998 21:25:22 -0700 (PDT) (envelope-from owner-cvs-all) Received: from alpha.xerox.com (omega.Xerox.COM [13.1.64.95]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA28565; Sun, 4 Oct 1998 21:24:38 -0700 (PDT) (envelope-from fenner@parc.xerox.com) Received: from mango.parc.xerox.com ([13.1.102.232]) by alpha.xerox.com with SMTP id <432466(5)>; Sun, 4 Oct 1998 21:24:07 PDT Received: from mango.parc.xerox.com (localhost.parc.xerox.com [127.0.0.1]) by mango.parc.xerox.com (8.8.8/8.8.8) with ESMTP id VAA05325; Sun, 4 Oct 1998 21:23:57 -0700 (PDT) (envelope-from fenner@mango.parc.xerox.com) Message-Id: <199810050423.VAA05325@mango.parc.xerox.com> To: asami@FreeBSD.ORG (Satoshi Asami) cc: jkh@time.cdrom.com, fenner@parc.xerox.com, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/archivers/unzip Makefile In-reply-to: Your message of "Sun, 04 Oct 1998 20:15:34 PDT." <199810050315.UAA00586@bubble.didi.com> Date: Sun, 4 Oct 1998 21:23:56 PDT From: Bill Fenner Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk So for this particular case, perhaps the easiest thing to do is leave ALL_TARGET= freebsd in the Makefile, and put ALL_TARGET= bsd in a new Makefile.alpha . The Makefile.alpha would be .included fairly early in bsd.port.mk. Bill