diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-18 13:41:42 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-18 13:41:42 +0000 |
commit | 3ab9a9d0e0ebfa0140abae7977b0585efcfaba5a (patch) | |
tree | 5b1dc1e532e934b276fd511ffae55c4c153de5ec /usr.bin/mt | |
parent | 6555ad204ef212c2b284c3e989a5725cfea7e5fe (diff) | |
download | src-test2-3ab9a9d0e0ebfa0140abae7977b0585efcfaba5a.tar.gz src-test2-3ab9a9d0e0ebfa0140abae7977b0585efcfaba5a.zip |
Notes
Diffstat (limited to 'usr.bin/mt')
-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 0e692e92cd12..25b4af5b897f 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> |