summaryrefslogtreecommitdiff
path: root/usr.bin/top/Makefile
blob: 44b33b17650f97c8563bec3878e61b4ce2ba2d37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.17 2018/09/22 16:50:35 millert Exp $
#
# Makefile for OpenBSD top-3.4.

PROG=	top

CFLAGS+=-I. -Wall -Wmissing-prototypes
SRCS=	commands.c display.c machine.c screen.c top.c utils.c
DPADD=	${LIBCURSES}
LDADD=	-lcurses

.include <bsd.prog.mk>