diff --git a/sbin/modload/Makefile b/sbin/modload/Makefile index 724e8ba01209..4457806b2e5a 100644 --- a/sbin/modload/Makefile +++ b/sbin/modload/Makefile @@ -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 -.if ${MKMODULAR} != "no" # LKMS +.if ${MKMODULAR} == "no" # LKMS PROG= modload SRCS= modload.c diff --git a/sbin/modunload/Makefile b/sbin/modunload/Makefile index b3bc1a733def..723bab9d821c 100644 --- a/sbin/modunload/Makefile +++ b/sbin/modunload/Makefile @@ -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 -.if ${MKMODULAR} != "no" # LKMs +.if ${MKMODULAR} == "no" # LKMs PROG= modunload MAN= modunload.8