Date: Thu, 25 Jan 2001 12:47:55 -0500 From: Chris Faulhaber <jedgar@fxp.org> To: Alexey Zelkin <phantom@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/morse Makefile Message-ID: <20010125124755.B60926@peitho.fxp.org> In-Reply-To: <200101251325.f0PDPKp27685@freefall.freebsd.org>; from phantom@FreeBSD.org on Thu, Jan 25, 2001 at 05:25:20AM -0800 References: <200101251325.f0PDPKp27685@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jan 25, 2001 at 05:25:20AM -0800, Alexey Zelkin wrote: > phantom 2001/01/25 05:25:20 PST > > Modified files: (Branch: RELENG_4) > games/morse Makefile > Log: > temporary disconnect morse.6 from build (unitl repo-copy) > > Revision Changes Path > 1.4.6.2 +2 -2 src/games/morse/Makefile > Which breaks world: make: don't know how to make morse.1. Stop Index: Makefile =================================================================== RCS file: /home/ncvs/src/games/morse/Makefile,v retrieving revision 1.4.6.2 diff -u -r1.4.6.2 Makefile --- Makefile 2001/01/25 13:25:20 1.4.6.2 +++ Makefile 2001/01/25 17:45:30 @@ -3,6 +3,7 @@ PROG= morse #MAN6= morse.6 +NOMAN= yes .if ${MACHINE_ARCH} == "i386" CFLAGS += -DSPEAKER=\"/dev/speaker\" -- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010125124755.B60926>