Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / ipcs / Makefile
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>