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
/
true
/
Makefile
blob
4fb2d7c0e839f7c1e4935dceaf2bbf97e632bf52
1
# $NetBSD: Makefile,v 1.9 1997/03/24 21:59:56 christos Exp $
2
# from: @(#)Makefile 5.3 (Berkeley) 5/11/90
3
4
MAN
=
true
.1
5
SCRIPTS
=
true.sh
6
7
.
include
<
bsd.prog.mk
>