diff options
Diffstat (limited to 'usr.bin/rev')
-rw-r--r-- | usr.bin/rev/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/rev/Makefile b/usr.bin/rev/Makefile index adfc4e1..27137ff 100644 --- a/usr.bin/rev/Makefile +++ b/usr.bin/rev/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= rev -WARNS?= 2 .include <bsd.prog.mk> |