repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update post installation article url
[minix3.git]
/
minix
/
lib
/
libhgfs
/
Makefile
blob
49dad1731e05fb97de1aab2fb5306997941871eb
1
# Makefile for HGFS library
2
3
LIB
=
hgfs
4
SRCS
=
backdoor.S attr.c channel.c
dir
.c error.c file.c \
5
hgfs.c
info
.c link.c path.c rpc.c time.c
6
7
.
include
<
bsd.lib.mk
>