summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2011-08-08 23:18:36 +0000
committerjmcneill <jmcneill@NetBSD.org>2011-08-08 23:18:36 +0000
commit275b6dbf22d404c83dec0ab7d1a6bf23e8c0b62f (patch)
treece1fba1f0c02ef3190c3fa01e7a8d45f713d6984 /Makefile
parent732d28bd6e5f2bee905e36eedac26cf79a377c4a (diff)
Fix typo that prevented installmodules from working with -U
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d9430125437..d90bb4ca3d3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.287 2011/08/08 22:15:42 jmcneill Exp $
+# $NetBSD: Makefile,v 1.288 2011/08/08 23:18:36 jmcneill Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -360,7 +360,7 @@ installmodules: .PHONY .MAKE
@false
.endif
.endif
- ${MAKEDIRTARGET} sys/modules install DESTDIR=${INSTALLMODULESDIR:*/}
+ ${MAKEDIRTARGET} sys/modules install DESTDIR=${INSTALLMODULESDIR:U/}
@echo "make ${.TARGET} started at: ${START_TIME}"
@printf "make ${.TARGET} finished at: " && date