repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Add an entry for iwl(4)
[dragonfly.git]
/
usr.bin
/
mt
/
Makefile
blob
20662c555121476ee767df07987b274742cfd94e
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.bin/mt/Makefile,v 1.3 1999/08/28 01:04:23 peter Exp $
3
# $DragonFly: src/usr.bin/mt/Makefile,v 1.5 2007/08/27 16:50:56 pavalos Exp $
4
5
PROG
=
mt
6
CFLAGS
+=-
I
${
.CURDIR
}/
..
/
..
/
sys
7
WARNS?
=
1
8
9
.
include
<
bsd.prog.mk
>