diff options
Diffstat (limited to 'usr.bin/fmt/Makefile')
-rw-r--r-- | usr.bin/fmt/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile index 7a51add..c635cb6 100644 --- a/usr.bin/fmt/Makefile +++ b/usr.bin/fmt/Makefile @@ -1,7 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $FreeBSD$ PROG= fmt -SRCS= fmt.c head.c -.PATH: ${.CURDIR}/../mail +SRCS= fmt.c + +WARNS= 2 .include <bsd.prog.mk> |