Hi Bruce--

A recent commit of yours to src/usr.sbin/mptable/Makefile had the 
commit message:

> Fixed style bugs (use normal formatting for assignment, and don't override
> the correct default for MAN1).

Are you sure this is right?  The default MANSECT for src/usr.sbin is 8,
not 1, but mptable.1, well, lives in section 1.

Most importantly, it appears that this change breaks world.

I think you need to put the MAN1 assignment back, like in the diff below.

(-current folks, I'm not *trying* to do this...all I want is a fairly
recent 5-CURRENT to play with on my scratch box.)

Cheers,

(the other) Bruce.

*** mptable/Makefile    2001/03/23 13:47:46     1.4
--- mptable/Makefile    2001/03/23 22:11:38
***************
*** 1,5 ****
--- 1,6 ----
  # $FreeBSD: src/usr.sbin/mptable/Makefile,v 1.4 2001/03/23 13:47:46 bde Exp $
  
  PROG= mptable
+ MAN1= ${PROG}.1
  
  .include <bsd.prog.mk>


PGP signature

Reply via email to