summaryrefslogtreecommitdiffstats
path: root/usr.bin/mt
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1997-08-22 14:21:51 +0000
committerjmg <jmg@FreeBSD.org>1997-08-22 14:21:51 +0000
commit05f0e169e17f6c7fa6a58a4706143bd79a3ecf85 (patch)
tree526846eddb30dc6413dd35a2fb56752f5f9a49d2 /usr.bin/mt
parent1597b02260994931d7aff70021229060fbe69bc6 (diff)
downloadFreeBSD-src-05f0e169e17f6c7fa6a58a4706143bd79a3ecf85.zip
FreeBSD-src-05f0e169e17f6c7fa6a58a4706143bd79a3ecf85.tar.gz
another -I/sys conversion, and add Id line now it's left the vendor branch
Diffstat (limited to 'usr.bin/mt')
-rw-r--r--usr.bin/mt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile
index 253fa99..b09a36b 100644
--- a/usr.bin/mt/Makefile
+++ b/usr.bin/mt/Makefile
@@ -1,6 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $Id$
PROG= mt
-CFLAGS+=-I/sys
+CFLAGS+=-I${.CURDIR}/../../sys
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud