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
/
ptyfs
/
Makefile
blob
3858c861c8bab050990ce8d6cff2ca898ab8d52d
1
# Makefile for PTYFS server
2
.
include
<
bsd.own.mk
>
3
4
PROG
=
ptyfs
5
SRCS
=
ptyfs.c node.c
6
7
DPADD
+= ${
LIBFSDRIVER
}
8
LDADD
+= -
lfsdriver
9
10
.
include
<
minix.service.mk
>