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
/
from
/
Makefile
blob
4f1617870a579837e4a5949449f7b65cdf289ae9
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $NetBSD: Makefile,v 1.4 2007/05/28 12:06:26 tls Exp $
3
4
USE_FORT?
=
yes
# data-driven bugs?
5
6
PROG
=
from
7
8
.
include
<
bsd.prog.mk
>