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