diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-06-30 05:39:36 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-06-30 05:39:36 +0000 |
| commit | f6751868e4d58efc7a6e10ffb6d5e84bfc7931a5 (patch) | |
| tree | 08b867efe38b3b47dbeea4f979e8d098dc994ee4 /usr.bin | |
| parent | 653636c21dadcff73d31c7dd0d5af29c585f7518 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/basename/Makefile | 5 | ||||
| -rw-r--r-- | usr.bin/biff/Makefile | 5 | ||||
| -rw-r--r-- | usr.bin/cap_mkdb/Makefile | 5 | ||||
| -rw-r--r-- | usr.bin/colrm/Makefile | 5 | ||||
| -rw-r--r-- | usr.bin/dirname/Makefile | 5 | ||||
| -rw-r--r-- | usr.bin/env/Makefile | 5 | ||||
| -rw-r--r-- | usr.bin/file2c/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/fold/Makefile | 4 | ||||
| -rw-r--r-- | usr.bin/from/Makefile | 4 | ||||
| -rw-r--r-- | usr.bin/fsync/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/gencat/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/leave/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/mesg/Makefile | 4 | ||||
| -rw-r--r-- | usr.bin/mkfifo/Makefile | 4 | ||||
| -rw-r--r-- | usr.bin/truncate/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/unexpand/Makefile | 4 | ||||
| -rw-r--r-- | usr.bin/what/Makefile | 4 |
17 files changed, 41 insertions, 19 deletions
diff --git a/usr.bin/basename/Makefile b/usr.bin/basename/Makefile index d74d67007e38..cebc6527034b 100644 --- a/usr.bin/basename/Makefile +++ b/usr.bin/basename/Makefile @@ -1,7 +1,8 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= basename -CFLAGS+=-Wall +WARNS?= 2 MLINKS= basename.1 dirname.1 .include <bsd.prog.mk> diff --git a/usr.bin/biff/Makefile b/usr.bin/biff/Makefile index db26fc47fbba..2a8f08b0d406 100644 --- a/usr.bin/biff/Makefile +++ b/usr.bin/biff/Makefile @@ -1,6 +1,7 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= biff -CFLAGS+=-Wall +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/cap_mkdb/Makefile b/usr.bin/cap_mkdb/Makefile index 88a34d7dae45..1ad2eef93136 100644 --- a/usr.bin/cap_mkdb/Makefile +++ b/usr.bin/cap_mkdb/Makefile @@ -1,6 +1,7 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= cap_mkdb -CFLAGS+=-Wall +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/colrm/Makefile b/usr.bin/colrm/Makefile index 7413d42562eb..bcc6edc0a5b2 100644 --- a/usr.bin/colrm/Makefile +++ b/usr.bin/colrm/Makefile @@ -1,6 +1,7 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= colrm -CFLAGS+=-Wall +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/dirname/Makefile b/usr.bin/dirname/Makefile index 0350db6690b9..0c6b6b59e7d8 100644 --- a/usr.bin/dirname/Makefile +++ b/usr.bin/dirname/Makefile @@ -1,7 +1,8 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= dirname -CFLAGS+=-Wall +WARNS?= 2 NOMAN= noman .include <bsd.prog.mk> diff --git a/usr.bin/env/Makefile b/usr.bin/env/Makefile index fadfd080aa69..dc55bc1b1b27 100644 --- a/usr.bin/env/Makefile +++ b/usr.bin/env/Makefile @@ -1,7 +1,8 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= env -CFLAGS+=-Wall +WARNS?= 2 NOMAN= noman .include <bsd.prog.mk> diff --git a/usr.bin/file2c/Makefile b/usr.bin/file2c/Makefile index e88a3bc346e5..342443a22629 100644 --- a/usr.bin/file2c/Makefile +++ b/usr.bin/file2c/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ PROG= file2c +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/fold/Makefile b/usr.bin/fold/Makefile index 4d8000757754..2032de46a34d 100644 --- a/usr.bin/fold/Makefile +++ b/usr.bin/fold/Makefile @@ -1,5 +1,7 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= fold +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/from/Makefile b/usr.bin/from/Makefile index a802dc6cb365..4a96f79589c2 100644 --- a/usr.bin/from/Makefile +++ b/usr.bin/from/Makefile @@ -1,5 +1,7 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= from +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/fsync/Makefile b/usr.bin/fsync/Makefile index c9bc5249ee6f..10e5e7aa9d5e 100644 --- a/usr.bin/fsync/Makefile +++ b/usr.bin/fsync/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ PROG= fsync +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/gencat/Makefile b/usr.bin/gencat/Makefile index 45af07adf895..7a383d8ed1de 100644 --- a/usr.bin/gencat/Makefile +++ b/usr.bin/gencat/Makefile @@ -2,6 +2,7 @@ PROG= gencat SRCS= gencat.c genlib.c +WARNS?= 2 CFLAGS+= -I${.CURDIR}/../../lib/libc/nls diff --git a/usr.bin/leave/Makefile b/usr.bin/leave/Makefile index eacf6f1e021d..63ecd75320b0 100644 --- a/usr.bin/leave/Makefile +++ b/usr.bin/leave/Makefile @@ -2,6 +2,6 @@ # $FreeBSD$ PROG= leave -CFLAGS+=-Wall +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/mesg/Makefile b/usr.bin/mesg/Makefile index 8c543561be9d..fc664f8e71e0 100644 --- a/usr.bin/mesg/Makefile +++ b/usr.bin/mesg/Makefile @@ -1,5 +1,7 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= mesg +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/mkfifo/Makefile b/usr.bin/mkfifo/Makefile index fff2939b41bf..719c52003a5d 100644 --- a/usr.bin/mkfifo/Makefile +++ b/usr.bin/mkfifo/Makefile @@ -1,5 +1,7 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= mkfifo +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/truncate/Makefile b/usr.bin/truncate/Makefile index 4752c5cb64e2..f182f1f24fc2 100644 --- a/usr.bin/truncate/Makefile +++ b/usr.bin/truncate/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ PROG= truncate +WARNS?= 2 .include <bsd.prog.mk> diff --git a/usr.bin/unexpand/Makefile b/usr.bin/unexpand/Makefile index d634f96892ba..dc127db03af0 100644 --- a/usr.bin/unexpand/Makefile +++ b/usr.bin/unexpand/Makefile @@ -1,6 +1,8 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= unexpand +WARNS?= 2 NOMAN= noman .include <bsd.prog.mk> diff --git a/usr.bin/what/Makefile b/usr.bin/what/Makefile index 41a3f42f3209..73f2537015c5 100644 --- a/usr.bin/what/Makefile +++ b/usr.bin/what/Makefile @@ -1,5 +1,7 @@ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 +# From: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= what +WARNS?= 2 .include <bsd.prog.mk> |
