From 8912a2daadcfbc1b28311738daa803f69410dbfe Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 12 May 1994 12:13:51 +0000 Subject: [PATCH] Need devname.c. --- bin/ps/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/ps/Makefile b/bin/ps/Makefile index b98abc29e204..4abeb9f23146 100644 --- a/bin/ps/Makefile +++ b/bin/ps/Makefile @@ -1,7 +1,8 @@ -# @(#)Makefile 8.1 (Berkeley) 6/2/93 +# from: @(#)Makefile 8.1 (Berkeley) 6/2/93 +# $Id: Makefile,v 1.9 1994/05/12 12:13:51 mycroft Exp $ PROG= ps -SRCS= fmt.c keyword.c nlist.c print.c ps.c +SRCS= devname.c fmt.c keyword.c nlist.c print.c ps.c CFLAGS+=-I/sys DPADD= ${LIBMATH} ${LIBKVM} LDADD= -lm -lkvm