1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00
freebsd/usr.bin/ipcs/Makefile
1994-09-13 16:59:29 +00:00

10 lines
147 B
Makefile

# $Id: Makefile,v 1.6 1994/06/18 21:09:40 cgd Exp $
PROG= ipcs
BINGRP= kmem
BINMODE= 2555
DPADD+= ${LIBKVM}
LDADD+= -lkvm
.include <bsd.prog.mk>