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
build - define struct in6_addr in arpa/inet.h
[dragonfly.git]
/
usr.bin
/
ipcs
/
Makefile
blob
241ce43ed6d4c9224890fc5acb743a2243c79483
1
# $FreeBSD: src/usr.bin/ipcs/Makefile,v 1.5 1999/08/28 01:02:15 peter Exp $
2
# $DragonFly: src/usr.bin/ipcs/Makefile,v 1.3 2007/08/27 16:50:54 pavalos Exp $
3
4
PROG
=
ipcs
5
BINGRP
=
kmem
6
BINMODE
=
2555
7
DPADD
+= ${
LIBKVM
}
8
LDADD
+= -
lkvm
9
WARNS?
=
1
10
11
.
include
<
bsd.prog.mk
>