repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libpam: Reorganize libpam build structure.
[dragonfly.git]
/
sbin
/
fsid
/
Makefile
blob
327c3ad8094f0a95f78c75f803fef5c2c6d23f7d
1
PROG
=
fsid
2
SRCS
=
fsid.c
3
LDADD
= -
ldevattr
-
lprop
-
lfsid
4
DPADD
= ${
LIBDEVATTR
} ${
LIBPROP
} ${
LIBFSID
}
5
NOMAN
=
6
7
.
include
<
bsd.prog.mk
>