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
/
smbutil
/
Makefile
blob
c4454b59ad5915b366fce46a237038a6b319dbe8
1
# from: Id: Makefile,v 1.7 2001/04/16 04:34:26 bp Exp
2
3
PROG
=
smbutil
4
SRCS
=
smbutil.c dumptree.c login.c lookup.c view.c
print
.c
5
6
DPADD
= ${
LIBSMB
}
7
LDADD
= -
lsmb
8
9
.
include
<
bsd.prog.mk
>