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
DEVFS - Remove numerous leftovers of the old device code.
[dragonfly.git]
/
lib
/
libsbuf
/
Makefile
blob
5bc4090cf207479260f3b695156cca33cc36f0ee
1
# $FreeBSD: src/lib/libsbuf/Makefile,v 1.3.2.1 2002/10/10 19:24:35 kbyanc Exp $
2
# $DragonFly: src/lib/libsbuf/Makefile,v 1.2 2003/06/17 04:26:51 dillon Exp $
3
4
LIB
=
sbuf
5
SRCS
=
subr_sbuf.c
6
WARNS?
=
6
7
8
.PATH
: ${
.CURDIR
}/
..
/
..
/
sys
/
kern
9
10
.
include
<
bsd.lib.mk
>