diff options
Diffstat (limited to 'usr.bin/ipcs/Makefile')
-rw-r--r-- | usr.bin/ipcs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ipcs/Makefile b/usr.bin/ipcs/Makefile index 8ca86fc..eab4100 100644 --- a/usr.bin/ipcs/Makefile +++ b/usr.bin/ipcs/Makefile @@ -1,9 +1,9 @@ -# @(#)Makefile 5.2 (Berkeley) 5/11/90 +# $Id: Makefile,v 1.6 1994/06/18 21:09:40 cgd Exp $ PROG= ipcs -NOMAN= noman -BINMODE = 2555 -BINGRP = kmem -CFLAGS=-g +BINGRP= kmem +BINMODE= 2555 +DPADD+= ${LIBKVM} +LDADD+= -lkvm .include <bsd.prog.mk> |