minix/usr.bin/nbperf/Makefile
Lionel Sambuc c75851fccb Importing nbperf
Change-Id: I87eb5bd3d0596370ade272f22c6df739d0483006
2012-12-07 13:58:07 +01:00

9 lines
183 B
Makefile

# $NetBSD: Makefile,v 1.1 2009/08/15 16:21:04 joerg Exp $
PROG= nbperf
SRCS= nbperf.c
SRCS+= nbperf-bdz.c nbperf-chm.c nbperf-chm3.c
SRCS+= graph2.c graph3.c
.include <bsd.prog.mk>