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
mps(4): Add module version.
[dragonfly.git]
/
lib
/
libsbuf
/
Makefile
blob
6258d0abd404c04425e7df999993447a6d78a643
1
# $FreeBSD: src/lib/libsbuf/Makefile,v 1.3.2.1 2002/10/10 19:24:35 kbyanc Exp $
2
3
LIB
=
sbuf
4
SRCS
=
subr_sbuf.c
5
6
.PATH
: ${
.CURDIR
}/
..
/
..
/
sys
/
kern
7
8
.
include
<
bsd.lib.mk
>