repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
sbin
/
mount_ptyfs
/
Makefile
blob
8ad85ca5125c4e0c7d973851ec07e955b8f35290
1
# $NetBSD: Makefile,v 1.3 2004/11/24 22:13:08 christos Exp $
2
# @(#)Makefile 8.2 (Berkeley) 3/27/94
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
mount_ptyfs
7
SRCS
=
mount_ptyfs.c
8
MAN
=
mount_ptyfs
.8
9
10
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
sys
11
12
DPADD
+=${
LIBUTIL
}
13
LDADD
+=-
lutil
14
15
.
include
<
bsd.prog.mk
>