summaryrefslogtreecommitdiff
path: root/sbin/disklabel/Makefile
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2017-04-19 05:27:01 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2017-04-19 05:27:01 +0000
commit3200ae57cdfcb0e30ecbfd5d16e0f88e5332b4d8 (patch)
treefea31531738b7788ce4d3938fdc95a58a449e6c0 /sbin/disklabel/Makefile
parent29ba929a5dead241dcb5d985ca1493151478c2a8 (diff)
enlarge obj to satisfy new world order that has *big* compilers and
remove condition for static linking; ok tb@
Diffstat (limited to 'sbin/disklabel/Makefile')
-rw-r--r--sbin/disklabel/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/disklabel/Makefile b/sbin/disklabel/Makefile
index 45429f7e686..23eda50f9fd 100644
--- a/sbin/disklabel/Makefile
+++ b/sbin/disklabel/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.64 2016/09/21 20:12:27 fcambus Exp $
+# $OpenBSD: Makefile,v 1.65 2017/04/19 05:27:00 otto Exp $
PROG= disklabel
SRCS= disklabel.c dkcksum.c editor.c manual.c
@@ -49,8 +49,4 @@ CFLAGS+= -DSEEALSO="\"fdisk(8), pdisk(8)\""
CFLAGS+= -DSEEALSO="\"installboot(8)\"" -DSUN_CYLCHECK -DSUN_AAT0
.endif
-.ifdef NOPIC
-CFLAGS+= -DSTATICLINKING
-.endif
-
.include <bsd.prog.mk>