In message <[EMAIL PROTECTED]> "Michael C . Wu" writes:
: I think a unified diff is easier to read.  How about this one? :)
: [Warning: cut-n-paste diff]
: 
: 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>

Forget the blank lines, since they don't follow bde's unwritten
Makefile style rules.  Eg, the rest of the tree doesn't do that.

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to