summaryrefslogtreecommitdiff
path: root/sbin/pdisk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/pdisk/Makefile')
-rw-r--r--sbin/pdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pdisk/Makefile b/sbin/pdisk/Makefile
index 076e4e00f14..8f97118ea78 100644
--- a/sbin/pdisk/Makefile
+++ b/sbin/pdisk/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.18 2016/01/16 14:49:28 krw Exp $
+# $Id: Makefile,v 1.19 2016/01/16 21:59:30 krw Exp $
.if ${MACHINE} == "macppc"
PROG= pdisk
@@ -7,7 +7,7 @@ DPADD= ${LIBUTIL}
CFLAGS+=-Wall
SRCS= convert.c dump.c \
- file_media.c io.c media.c partition_map.c \
+ file_media.c io.c partition_map.c \
pdisk.c validate.c
.else