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
network - Fix issue with recent unix domain socket gc fixes
[dragonfly.git]
/
lib
/
liby
/
Makefile
blob
03344e917f303ba31dae5e328e92b3fe86bc96a4
1
# $FreeBSD: src/lib/liby/Makefile,v 1.7 1999/08/28 00:05:59 peter Exp $
2
# $DragonFly: src/lib/liby/Makefile,v 1.4 2005/04/21 13:42:34 joerg Exp $
3
4
LIB
=
y
5
SHLIB_MAJOR
=
3
6
WARNS?
=
1
7
8
SRCS
=
main.c yyerror.c
9
10
NOPIC
=
true
11
12
.
include
<
bsd.lib.mk
>