aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/from
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-06-30 05:39:36 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-06-30 05:39:36 +0000
commitf6751868e4d58efc7a6e10ffb6d5e84bfc7931a5 (patch)
tree08b867efe38b3b47dbeea4f979e8d098dc994ee4 /usr.bin/from
parent653636c21dadcff73d31c7dd0d5af29c585f7518 (diff)
Notes
Diffstat (limited to 'usr.bin/from')
-rw-r--r--usr.bin/from/Makefile4
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>