diff options
Diffstat (limited to 'usr.bin/tty/Makefile')
| -rw-r--r-- | usr.bin/tty/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/tty/Makefile b/usr.bin/tty/Makefile index 5b914b23a4eb..14ed68fa5ebf 100644 --- a/usr.bin/tty/Makefile +++ b/usr.bin/tty/Makefile @@ -1,5 +1,7 @@ +# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= tty +WARNS?= 2 .include <bsd.prog.mk> |
