projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'vendor/GDB'
[dragonfly.git]
/
usr.bin
/
tail
/
Makefile
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>