diff options
| author | is <is@NetBSD.org> | 2000-10-11 14:46:00 +0000 |
|---|---|---|
| committer | is <is@NetBSD.org> | 2000-10-11 14:46:00 +0000 |
| commit | 135600f947515ab4875cf9eeb52f50b228ab4bb8 (patch) | |
| tree | 58946c777c26fe581fc0d7af24766f01fbbfcc4e /usr.bin/lam | |
| parent | 745fefd1c6cd80f1ebe12f2afe6e1a6c0490da34 (diff) | |
More format string cleanup by sommerfeld.
Diffstat (limited to 'usr.bin/lam')
| -rw-r--r-- | usr.bin/lam/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lam/Makefile b/usr.bin/lam/Makefile index 7de33c17ac7..e51b6790c86 100644 --- a/usr.bin/lam/Makefile +++ b/usr.bin/lam/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 1994/11/14 20:27:39 jtc Exp $ +# $NetBSD: Makefile,v 1.3 2000/10/11 14:46:05 is Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= lam - +WFORMAT=1 .include <bsd.prog.mk> |
