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
drm: Use the NetBSD implementation of list_sort()
[dragonfly.git]
/
usr.bin
/
ipcs
/
Makefile
blob
a51392641c5633f86e90389af13ee1a0bfddb672
1
# $FreeBSD: src/usr.bin/ipcs/Makefile,v 1.5 1999/08/28 01:02:15 peter Exp $
2
3
PROG
=
ipcs
4
BINGRP
=
kmem
5
BINMODE
=
2555
6
DPADD
+= ${
LIBKVM
}
7
LDADD
+= -
lkvm
8
9
.
include
<
bsd.prog.mk
>