summaryrefslogtreecommitdiff
path: root/usr.bin/top/Makefile
blob: a8aa0cb8a9d1706fbf3c2321191831c9f77c79cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.15 2010/03/18 12:28:09 otto 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 username.c utils.c
DPADD=	${LIBCURSES}
LDADD=	-lcurses

.include <bsd.prog.mk>