freebsd-skq/bin/ps/Makefile
David Greenman 567f2ec907 Install setgid kmem rather than setuid root. The problem with procfs that
was breaking this before has been fixed.
1995-04-15 03:25:52 +00:00

14 lines
268 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/2/93
# $Id: Makefile,v 1.3 1994/09/24 02:56:40 davidg Exp $
PROG= ps
SRCS= fmt.c keyword.c nlist.c print.c ps.c
CFLAGS+=-I/sys
DPADD= ${LIBMATH} ${LIBKVM}
LDADD= -lm -lkvm
BINOWN= root
BINGRP= kmem
BINMODE=2555
.include <bsd.prog.mk>