If memory serves me right, "Michael C . Wu" wrote:

> cvs diff: Diffing .
> Index: Makefile
> ===================================================================
> RCS file: /home/ncvs/src/usr.sbin/amd/mk-amd-map/Makefile,v
> retrieving revision 1.11
> diff -u -r1.11 Makefile
> --- Makefile    2001/03/20 18:16:16     1.11
> +++ Makefile    2001/03/20 21:37:46
> @@ -8,6 +8,10 @@
> 
>  .PATH:         ${.CURDIR}/../../../contrib/amd/mk-amd-map
> 
> +MAN8=          mk-amd-map.8
> +
> +SRCS=          mk-amd-map.c
> +
>  PROG=          mk-amd-map
> 
>  .include <bsd.prog.mk>

That reverts all of Ruslan's change.  You don't want to put the MAN8=
definition back, because that was the point of his commit.  Just the 
SRCS= needs to be reverted.

Now Ruslan (or someone) needs to go and fix all of these files too:

src/usr.sbin/amd/wire-test/Makefile
src/usr.sbin/ancontrol/Makefile
src/usr.sbin/usbdevs/Makefile
src/usr.sbin/wicontrol/Makefile
src/usr.sbin/wlconfig/Makefile

There may be others, these were just selected files that I checked 
(buildworld found the first one for me).

I'm definitely not going to get my -CURRENT machine rebuilt today.  :-p

Bruce.



PGP signature

Reply via email to