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]
/
dist
/
smbfs
/
mount_smbfs
/
Makefile
blob
47c14c19ad346c61c76a72473081d3b317857222
1
# from: Id: Makefile,v 1.7 2001/04/16 04:34:26 bp Exp
2
3
PROG
=
mount_smbfs
4
SRCS
=
mount_smbfs.c getmntopts.c
5
MAN8
=
mount_smbfs
.8
6
7
BINDIR
= /
sbin
8
#NOSHARED=yes
9
10
MOUNT
= ${
.CURDIR
}/
..
/
mount
11
CFLAGS
+= -
DSMBFS
-
I
${
MOUNT
}
12
13
.PATH
: ${
MOUNT
}
14
15
LDADD
+= -
lsmb
16
DPADD
+= ${
LIBSMB
}
17
18
.
include
<
bsd.prog.mk
>