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
add opendir alias
[minix.git]
/
commands
/
finger
/
Makefile
blob
266ac246ac908bc2a7024d9bc63ca309d80280ef
1
PROG
=
finger
2
MAN
=
3
4
# LSC Force finger to use its local fwopen macro
5
CPPFLAGS.finger.c
+=-
D__NBSD_LIBC
6
7
.
include
<
bsd.prog.mk
>