diff options
Diffstat (limited to 'usr.bin/mt/Makefile')
-rw-r--r-- | usr.bin/mt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile index 0e692e9..25b4af5 100644 --- a/usr.bin/mt/Makefile +++ b/usr.bin/mt/Makefile @@ -2,6 +2,5 @@ # $FreeBSD$ PROG= mt -CFLAGS+=-I${.CURDIR}/../../sys .include <bsd.prog.mk> |