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