1# $NetBSD: Makefile,v 1.31 2021/09/14 17:09:18 christos Exp $ 2# @(#)Makefile 8.1 (Berkeley) 6/2/93 3 4PROG= ps 5SRCS= fmt.c keyword.c nlist.c print.c ps.c 6DPADD= ${LIBUTIL} ${LIBM} ${LIBKVM} 7LDADD= -lutil -lm -lkvm 8 9COPTS.print.c = -Wno-format-nonliteral -Wno-format-y2k 10 11.include <bsd.prog.mk> 12