summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-03-17 19:02:07 +0000
committerpeter <peter@FreeBSD.org>1996-03-17 19:02:07 +0000
commitf319c01b19eff1a6881e6dbe2936755f747a0e9b (patch)
tree20744357ffe3f27b2cb01b1eb4d6a05d8db4c695 /lib/libdisk/Makefile
parent73546c6080f87b143dc742dfc0a27967aace1761 (diff)
downloadFreeBSD-src-f319c01b19eff1a6881e6dbe2936755f747a0e9b.zip
FreeBSD-src-f319c01b19eff1a6881e6dbe2936755f747a0e9b.tar.gz
Repository copy src/release/libdisk to src/lib/libdisk as per recent
discussion on -core about disk partitioning tools etc. Add NOPIC=yes to Makefile to prevent any possibility of version mismatch because of the potential grave consequences. (as suggested by phk) Note that this is also on RELENG_2_1_0, since the sysinstall stuff is hopefully going to remain in sync.
Diffstat (limited to 'lib/libdisk/Makefile')
-rw-r--r--lib/libdisk/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile
index 3d58dfa..328ab2b 100644
--- a/lib/libdisk/Makefile
+++ b/lib/libdisk/Makefile
@@ -7,6 +7,7 @@ CLEANFILES+= tmp.c tst01 tst01.o data.c
VPATH= ${.CURDIR}/../../sbin/disklabel
NOPROFILE= yes
NOSHARED= yes
+NOPIC= yes
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud