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]
/
minix
/
fs
/
hgfs
/
Makefile
blob
4a73a968d29a7ec21a18f80edd963112f36fb008
1
# Makefile for VMware Host/Guest File System (HGFS) server
2
PROG
=
hgfs
3
SRCS
=
hgfs.c
4
MAN
=
hgfs
.8
5
6
DPADD
+= ${
LIBSFFS
} ${
LIBHGFS
} ${
LIBFSDRIVER
} ${
LIBSYS
}
7
LDADD
+= -
lsffs
-
lhgfs
-
lfsdriver
-
lsys
8
9
.
include
<
minix.service.mk
>