From f319c01b19eff1a6881e6dbe2936755f747a0e9b Mon Sep 17 00:00:00 2001 From: peter 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(+) (limited to 'lib/libdisk/Makefile') 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 -- cgit v1.1