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