diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-01-16 14:49:29 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-01-16 14:49:29 +0000 |
commit | 93a7e82b135f84d29c5c05397f36ff9fd8bbcf53 (patch) | |
tree | 4c2258baa37a2a2836ff6d82b3a661532ffbf978 /distrib/special | |
parent | 6bc6d8a53bb0ed6763c7deedd1b63cb8dc8a086d (diff) |
Nuke support for 1024- and 2048-byte sector devices. Error out if
anything other than 512-byte sectors are encountered. Unlink
deblock_media.c from the build.
ok jasper@
Diffstat (limited to 'distrib/special')
-rw-r--r-- | distrib/special/pdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/pdisk/Makefile b/distrib/special/pdisk/Makefile index 7cf2ba8d3ba..88118cad048 100644 --- a/distrib/special/pdisk/Makefile +++ b/distrib/special/pdisk/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 2016/01/15 16:39:20 krw Exp $ +# $Id: Makefile,v 1.6 2016/01/16 14:49:28 krw Exp $ .if ${MACHINE} == "macppc" PROG= pdisk @@ -6,7 +6,7 @@ LDADD= -lutil DPADD= ${LIBUTIL} CFLAGS+=-Wall -SRCS= convert.c deblock_media.c dump.c \ +SRCS= convert.c dump.c \ file_media.c io.c media.c partition_map.c \ pdisk.c validate.c |