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
HAMMER VFS - Do a better job with IO_DIRECT
[dragonfly.git]
/
usr.bin
/
tail
/
Makefile
blob
c4577d943ce252df37cfd5aceab5d4748cf3d701
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $DragonFly: src/usr.bin/tail/Makefile,v 1.3 2007/08/27 16:50:59 pavalos Exp $
3
4
PROG
=
tail
5
SRCS
=
forward.c misc.c read.c reverse.c tail.c
6
7
.
include
<
bsd.prog.mk
>