diff options
author | John-Mark Gurney <jmg@FreeBSD.org> | 1997-08-22 14:21:51 +0000 |
---|---|---|
committer | John-Mark Gurney <jmg@FreeBSD.org> | 1997-08-22 14:21:51 +0000 |
commit | defffb3fccfe942b85b9b57545cd41dbba290dc6 (patch) | |
tree | 2a2a060705521e9915e605c2e2019adc16329e77 /usr.bin/mt/Makefile | |
parent | 71f6084c4ae79ea924f70a4e6ddbf999dba8095b (diff) |
another -I/sys conversion, and add Id line now it's left the vendor branch
Notes
Notes:
svn path=/head/; revision=28590
Diffstat (limited to 'usr.bin/mt/Makefile')
-rw-r--r-- | usr.bin/mt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/mt/Makefile b/usr.bin/mt/Makefile index 253fa99055c6..b09a36b6d372 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> |