Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin pdisk has moved



details:   https://anonhg.NetBSD.org/src/rev/3ecb95d6479d
branches:  trunk
changeset: 785615:3ecb95d6479d
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 23 15:43:37 2013 +0000

description:
pdisk has moved

diffstat:

 sbin/Makefile       |   4 ++--
 sbin/pdisk/Makefile |  22 ----------------------
 2 files changed, 2 insertions(+), 24 deletions(-)

diffs (44 lines):

diff -r 2c2559cbc8ec -r 3ecb95d6479d sbin/Makefile
--- a/sbin/Makefile     Sat Mar 23 15:42:40 2013 +0000
+++ b/sbin/Makefile     Sat Mar 23 15:43:37 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.123 2011/11/24 15:54:54 ahoka Exp $
+#      $NetBSD: Makefile,v 1.124 2013/03/23 15:43:37 christos Exp $
 #      @(#)Makefile    8.5 (Berkeley) 3/31/94
 
 # Not ported: XNSrouted enpload scsiformat startslip
@@ -10,7 +10,7 @@
        chown devpubd disklabel dkctl dkscan_bsdlabel dmesg dmctl \
        drvctl fastboot fdisk fsck fsirand gpt ifconfig init ldconfig \
        mbrlabel mknod modload modstat modunload mount newbtconf nologin \
-       pdisk ping pppoectl raidctl reboot rcorder rndctl route routed \
+       ping pppoectl raidctl reboot rcorder rndctl route routed \
        savecore scan_ffs scsictl shutdown slattach svhlabel swapctl sysctl \
        ttyflags umount veriexecctl wdogctl wsconsctl
 
diff -r 2c2559cbc8ec -r 3ecb95d6479d sbin/pdisk/Makefile
--- a/sbin/pdisk/Makefile       Sat Mar 23 15:42:40 2013 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-#      $NetBSD: Makefile,v 1.5 2012/04/06 22:42:50 christos Exp $      
-
-.include <bsd.own.mk>
-WARNS=5
-
-SRCDIR=        ${NETBSDSRCDIR}/dist/pdisk
-.PATH: ${SRCDIR}
-
-PROG=  pdisk
-
-SRCS=  bitfield.c convert.c deblock_media.c dump.c \
-       file_media.c hfs_misc.c io.c layout_dump.c \
-       media.c partition_map.c pathname.c pdisk.c util.c \
-       validate.c errors.c
-
-MAN=   pdisk.8 
-
-CPPFLAGS+=     -I${SRCDIR}
-
-CPPFLAGS+=     -D__unix__
-
-.include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index