Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/pdisk/bin add Makefile



details:   https://anonhg.NetBSD.org/src/rev/2c2559cbc8ec
branches:  trunk
changeset: 785614:2c2559cbc8ec
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 23 15:42:40 2013 +0000

description:
add Makefile

diffstat:

 external/bsd/pdisk/bin/Makefile |  23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diffs (27 lines):

diff -r 7cce611caad9 -r 2c2559cbc8ec external/bsd/pdisk/bin/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/pdisk/bin/Makefile   Sat Mar 23 15:42:40 2013 +0000
@@ -0,0 +1,23 @@
+#      $NetBSD: Makefile,v 1.1 2013/03/23 15:42:40 christos Exp $      
+
+.include <bsd.own.mk>
+WARNS=5
+BINDIR=/sbin
+
+SRCDIR=        ${.CURDIR}/../dist
+.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