head	1.4;
access;
symbols
	RELENG_9:1.3.0.2;
locks; strict;
comment	@# @;


1.4
date	2013.04.10.00.25.39;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2013.01.10.01.29.19;	author svnexp;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	2012.12.22.04.56.53;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.12.21.21.04.34;	author svnexp;	state Exp;
branches;
next	;

1.3.2.1
date	2013.01.10.01.29.19;	author svnexp;	state dead;
branches;
next	1.3.2.2;

1.3.2.2
date	2013.01.15.17.03.27;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/249293
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@#	$FreeBSD: head/usr.sbin/nmtree/Makefile 249293 2013-04-09 06:50:11Z ed $

.include <bsd.own.mk>

.PATH: ${.CURDIR}/../../contrib/mtree

PROG=		nmtree
MAN=		nmtree.8
SRCS=		compare.c crc.c create.c excludes.c getid.c misc.c mtree.c \
		only.c spec.c specspec.c verify.c
LDADD+=		-lmd -lutil

CFLAGS+=	-I${.CURDIR}/../../contrib/mknod
.PATH:		${.CURDIR}/../../contrib/mknod
SRCS+=		pack_dev.c

CFLAGS+=	-I${.CURDIR}/../../lib/libnetbsd
LIBNETBSDDIR=	${.OBJDIR}/../../lib/libnetbsd
LIBNETBSD=	${LIBNETBSDDIR}/libnetbsd.a
DPADD+=		${LIBNETBSD}
LDADD+=		${LIBNETBSD}

.if ${MK_NMTREE} != "no"
LINKS=		${BINDIR}/nmtree ${BINDIR}/mtree
MLINKS=		nmtree.8 mtree.8
.endif

CLEANFILES+=	nmtree.8

nmtree.8: mtree.8
	cp ${.ALLSRC} ${.TARGET}

.include <bsd.prog.mk>
@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/245241
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
#	$FreeBSD: head/usr.sbin/nmtree/Makefile 245241 2013-01-09 21:07:08Z brooks $
d10 1
a10 1
		spec.c specspec.c verify.c
@


1.3.2.1
log
@file Makefile was added on branch RELENG_9 on 2013-01-15 17:03:27 +0000
@
text
@d1 33
@


1.3.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/245462
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 33
#	$FreeBSD: stable/9/usr.sbin/nmtree/Makefile 245241 2013-01-09 21:07:08Z brooks $

.include <bsd.own.mk>

.PATH: ${.CURDIR}/../../contrib/mtree

PROG=		nmtree
MAN=		nmtree.8
SRCS=		compare.c crc.c create.c excludes.c getid.c misc.c mtree.c \
		spec.c specspec.c verify.c
LDADD+=		-lmd -lutil

CFLAGS+=	-I${.CURDIR}/../../contrib/mknod
.PATH:		${.CURDIR}/../../contrib/mknod
SRCS+=		pack_dev.c

CFLAGS+=	-I${.CURDIR}/../../lib/libnetbsd
LIBNETBSDDIR=	${.OBJDIR}/../../lib/libnetbsd
LIBNETBSD=	${LIBNETBSDDIR}/libnetbsd.a
DPADD+=		${LIBNETBSD}
LDADD+=		${LIBNETBSD}

.if ${MK_NMTREE} != "no"
LINKS=		${BINDIR}/nmtree ${BINDIR}/mtree
MLINKS=		nmtree.8 mtree.8
.endif

CLEANFILES+=	nmtree.8

nmtree.8: mtree.8
	cp ${.ALLSRC} ${.TARGET}

.include <bsd.prog.mk>
@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/244579
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
#	$FreeBSD: head/usr.sbin/nmtree/Makefile 244579 2012-12-22 04:53:35Z andrew $
d23 7
@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/244562
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 1
#	$FreeBSD: head/usr.sbin/nmtree/Makefile 244562 2012-12-21 21:00:00Z brooks $
d20 1
a20 1
DPADD+=		{LIBNETBSD}
@

