From 635d02db6fa203be650856954cc2640348d41390 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 17 Mar 1996 19:02:07 +0000 Subject: 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. --- lib/libdisk/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile index 3d58dfa11c00..328ab2b88fab 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 -- cgit v1.3