summaryrefslogtreecommitdiff
path: root/usr.bin/top/Makefile
blob: 55464d1937a6c1fb870bc81bfbc39f07b2d24f43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$OpenBSD: Makefile,v 1.12 2007/02/23 13:31:45 millert Exp $
#
# Makefile for OpenBSD top-3.4.

PROG=	top

CFLAGS+=-I.
SRCS=	commands.c display.c machine.c screen.c top.c username.c utils.c \
	version.c
DPADD=	${LIBCURSES}
LDADD=	-lcurses

.include <bsd.prog.mk>