xref: /netbsd/sbin/modstat/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.2 2010/12/13 20:48:45 pooka Exp $
2
3RUMPPRG=modstat
4SRCS=	main.c
5MAN=	modstat.8
6
7.include <bsd.prog.mk>
8