Reverse MKMODULAR checks.

This commit is contained in:
jmmv 2008-02-09 22:32:38 +00:00
parent ecaa0bc39a
commit 97f434a8b4
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.10 2008/02/09 19:33:00 jmmv Exp $
# $NetBSD: Makefile,v 1.11 2008/02/09 22:32:38 jmmv Exp $
.include <bsd.own.mk>
.if ${MKMODULAR} != "no" # LKMS
.if ${MKMODULAR} == "no" # LKMS
PROG= modload
SRCS= modload.c

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 2008/02/09 19:33:00 jmmv Exp $
# $NetBSD: Makefile,v 1.11 2008/02/09 22:32:38 jmmv Exp $
#
# Makefile for modunload
#
@ -36,7 +36,7 @@
.include <bsd.own.mk>
.if ${MKMODULAR} != "no" # LKMs
.if ${MKMODULAR} == "no" # LKMs
PROG= modunload
MAN= modunload.8