projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
1f78c89
)
ipcs(8): Raise WARNS to 6.
author
Sascha Wildner <saw@online.de>
Tue, 13 Nov 2012 17:13:30 +0000 (18:13 +0100)
committer
Sascha Wildner <saw@online.de>
Tue, 13 Nov 2012 17:13:54 +0000 (18:13 +0100)
usr.bin/ipcs/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/usr.bin/ipcs/Makefile
b/usr.bin/ipcs/Makefile
index
241ce43
..
a513926
100644
(file)
--- a/
usr.bin/ipcs/Makefile
+++ b/
usr.bin/ipcs/Makefile
@@
-1,11
+1,9
@@
# $FreeBSD: src/usr.bin/ipcs/Makefile,v 1.5 1999/08/28 01:02:15 peter Exp $
-# $DragonFly: src/usr.bin/ipcs/Makefile,v 1.3 2007/08/27 16:50:54 pavalos Exp $
PROG= ipcs
BINGRP= kmem
BINMODE= 2555
DPADD+= ${LIBKVM}
LDADD+= -lkvm
-WARNS?= 1
.include <bsd.prog.mk>