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/from | |
| parent | 653636c21dadcff73d31c7dd0d5af29c585f7518 (diff) | |
Notes
Diffstat (limited to 'usr.bin/from')
| -rw-r--r-- | usr.bin/from/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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> |
