repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
usr.bin
/
tail
/
Makefile
blob
d189e21ec87f808d5d3624b1e6a0425bf378ebb1
1
# $NetBSD: Makefile,v 1.3 1994/11/23 07:41:55 jtc Exp $
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
>