xref: /netbsd-src/sbin/modunload/Makefile (revision b62fc9e20372b08e1785ff6d769312d209fa2005)
1#	$NetBSD: Makefile,v 1.13 2008/11/12 12:35:53 ad Exp $
2
3PROG=	modunload
4SRCS=	main.c
5MAN=	modunload.8
6
7.include <bsd.prog.mk>
8