NetBSD/usr.sbin/lockstat/Makefile
ad 297f461929 Add the lockstat command: displays a summary of kernel locking events
recorded over the lifetime of a called program.
2006-09-07 00:50:45 +00:00

15 lines
215 B
Makefile

# $NetBSD: Makefile,v 1.1 2006/09/07 00:50:45 ad Exp $
.include <bsd.own.mk>
SRCS= elf32.c elf64.c main.c
PROG= lockstat
MAN= lockstat.8
DPADD= ${LIBUTIL}
LDADD= -lutil
elf64.o: elf32.c
.include <bsd.prog.mk>