Fixed broken pte bit definitions. I fixed this long ago in pte.h, but
[unix-history] / bin / ps / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.5 (Berkeley) 4/23/91
2
3PROG= ps
4SRCS= devname.c keyword.c nlist.c print.c ps.c
5CFLAGS+=-I/sys
6DPADD= ${LIBMATH} ${LIBUTIL}
7LDADD= -lm -lutil
8BINGRP= kmem
9BINMODE=2555
10
11.include <bsd.prog.mk>