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