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