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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.bin
/
stat
/
Makefile
blob
4c69b704a1b23754d88face7f28db170faf06829
1
# $NetBSD: Makefile,v 1.6 2003/07/22 13:58:49 lukem Exp $
2
3
PROG
=
stat
4
5
.if
!
defined
(
HOSTPROG
)
6
LINKS
= ${
BINDIR
}/
stat
${
BINDIR
}/
readlink
7
MLINKS
=
stat
.1
readlink
.1
8
.
endif
9
10
.
include
<
bsd.prog.mk
>