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
docs - Update shm_open(3) manual page
[dragonfly.git]
/
usr.bin
/
mt
/
Makefile
blob
ce0f39d1e2affbf5a730db38c5f20b13833b0bd6
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
4
PROG
=
mt
5
CFLAGS
+=-
I
${
.CURDIR
}/
..
/
..
/
sys
6
WARNS?
=
2
7
8
.
include
<
bsd.prog.mk
>