aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mt
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-05-18 13:41:42 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-05-18 13:41:42 +0000
commit3ab9a9d0e0ebfa0140abae7977b0585efcfaba5a (patch)
tree5b1dc1e532e934b276fd511ffae55c4c153de5ec /usr.bin/mt
parent6555ad204ef212c2b284c3e989a5725cfea7e5fe (diff)
downloadsrc-3ab9a9d0e0ebfa0140abae7977b0585efcfaba5a.tar.gz
src-3ab9a9d0e0ebfa0140abae7977b0585efcfaba5a.zip
Removed -I${.CURDIR}/.../sys from CFLAGS.
Notes
Notes: svn path=/head/; revision=76812
Diffstat (limited to 'usr.bin/mt')
-rw-r--r--usr.bin/mt/Makefile1
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>