index
:
apple_cmds.git
apple
main
WIP BSD Userland for iOS
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
file_cmds
/
df
/
Makefile
blob: 346654fc66b34cbad922c5f1c4dd13446ffcb364 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
PROG= df SRCS= df.c vfslist.c LDADD=-lutil BINDIR=/bin .include <bsd.prog.mk>