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
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.sbin
/
puffs
/
rump_smbfs
/
Makefile
blob
6c59496d74edef803437da52183a36f9840b8751
1
# $NetBSD: Makefile,v 1.4 2009/11/05 13:26:02 pooka Exp $
2
#
3
4
WARNS
=
2
5
6
.
include
<
bsd.own.mk
>
7
8
MOUNTNAME
=
smbfs
9
SRCS
+=
smb_rumpops.c
10
11
LDADD
+= -
lrumpnet_sockin
-
lrumpnet
12
LDADD
+= -
lrumpcrypto
-
lrumpdev_netsmb
-
lrumpdev
13
14
ISRUMP
=
# it is
15
16
.
include
"${.CURDIR}/../../../sbin/mount_smbfs/Makefile.inc"
17
18
.
include
<
bsd.prog.mk
>