repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.bin
/
tail
/
Makefile
blob
c5d8efbce3c8a808486c8aa643662e12f4c80ce3
1
# $NetBSD: $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
tail
5
SRCS
=
forward.c misc.c read.c reverse.c tail.c
6
7
.
include
<
bsd.prog.mk
>