summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--distrib/special/installboot/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/distrib/special/installboot/Makefile b/distrib/special/installboot/Makefile
index 6c722f747c2..f7972249de4 100644
--- a/distrib/special/installboot/Makefile
+++ b/distrib/special/installboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2014/01/19 03:04:17 jsing Exp $
+# $OpenBSD: Makefile,v 1.2 2014/01/19 05:26:22 deraadt Exp $
.PATH: ${.CURDIR}/../../../usr.sbin/installboot
@@ -9,8 +9,6 @@ CPPFLAGS= -I${.CURDIR}/../../../usr.sbin/installboot
LDADD= -lutil
DPADD= ${LIBUTIL}
-LDSTATIC= -static
-
.if ${MACHINE} == "alpha"
SRCS += stubs.c
.endif