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
/
wc
/
Makefile
blob
55ac918151beb7b8f58c432aedb4f66f8b2bb7ab
1
# $NetBSD: Makefile,v 1.4 1997/10/18 16:48:29 mrg Exp $
2
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
wc
5
6
.
include
<
bsd.prog.mk
>