diff options
author | bde <bde@FreeBSD.org> | 1998-12-30 12:06:08 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-12-30 12:06:08 +0000 |
commit | c7d467927626147e8d643da13bfc62848f70f5de (patch) | |
tree | c58942e6d3159932215c56d7760b9563cad5eead /lib/libdisk | |
parent | 64edc80b7a347c25a3d3bdaefc15aedb895fc913 (diff) | |
download | FreeBSD-src-c7d467927626147e8d643da13bfc62848f70f5de.zip FreeBSD-src-c7d467927626147e8d643da13bfc62848f70f5de.tar.gz |
Backed out previous commit. It depends on a.out utilities and libraries
somehow being available even on pure elf systems.
Diffstat (limited to 'lib/libdisk')
-rw-r--r-- | lib/libdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdisk/Makefile b/lib/libdisk/Makefile index 549333b..297a328 100644 --- a/lib/libdisk/Makefile +++ b/lib/libdisk/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1998/10/06 11:57:08 dfr Exp $ +# $Id: Makefile,v 1.22 1998/12/30 11:26:24 bde Exp $ LIB= disk SRCS= blocks.c disklabel.c dkcksum.c chunk.c disk.c change.c \ @@ -42,7 +42,7 @@ MLINKS+= libdisk.3 Open_Disk.3 \ .include <bsd.lib.mk> -BOOTS= ${DESTDIR}/usr/mdec +BOOTS=/usr/mdec .if ${MACHINE_ARCH} == "i386" data.c: ${.CURDIR}/libdisk.h ${BOOTS}/boot1 ${BOOTS}/boot2 |