diff options
author | peter <peter@FreeBSD.org> | 1996-03-17 19:02:07 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-03-17 19:02:07 +0000 |
commit | f319c01b19eff1a6881e6dbe2936755f747a0e9b (patch) | |
tree | 20744357ffe3f27b2cb01b1eb4d6a05d8db4c695 /lib | |
parent | 73546c6080f87b143dc742dfc0a27967aace1761 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | lib/libdisk/Makefile | 1 |
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> |