0efea177e3
Proposed on tech-kern@.
8 lines
127 B
Makefile
8 lines
127 B
Makefile
# $NetBSD: Makefile,v 1.13 2008/11/12 12:35:53 ad Exp $
|
|
|
|
PROG= modunload
|
|
SRCS= main.c
|
|
MAN= modunload.8
|
|
|
|
.include <bsd.prog.mk>
|