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
Silence harmless warnings (for module build).
[dragonfly.git]
/
usr.bin
/
ipcs
/
Makefile
blob
5b6883b5bf7ef3e35315720ad5eedf337e459cc9
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.2 2003/06/17 04:29:27 dillon Exp $
3
4
PROG
=
ipcs
5
BINGRP
=
kmem
6
BINMODE
=
2555
7
DPADD
+= ${
LIBKVM
}
8
LDADD
+= -
lkvm
9
10
.
include
<
bsd.prog.mk
>