head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2009.11.05.14.39.15;	author stacktic;	state Exp;
branches;
next	1.2;

1.2
date	2009.03.24.15.14.23;	author stacktic;	state Exp;
branches;
next	1.1;

1.1
date	2009.03.23.21.03.58;	author stacktic;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Add support for FreeBSD and Linux
@
text
@#       $NetBSD: Makefile,v 1.2 2009/03/24 15:14:23 stacktic Exp $
#


PROG=   fsu_rmdir
.PATH:	../rmdir
SRCS=   rmdir.c
MAN=	fsu_rmdir.1


.include <bsd.prog.mk>
@


1.2
log
@Makefile refactoring
@
text
@d1 1
a1 1
#       $NetBSD: Makefile,v 1.1 2009/03/23 21:03:58 stacktic Exp $
d10 1
a10 1
.include "${.CURDIR}/../../Makefile.fsu"
@


1.1
log
@Imported fs-utils binaries
@
text
@d1 1
a1 1
#       $NetBSD$
d10 1
a10 11
DPADD+= ${LIBUTIL}

CPPFLAGS+=	-DUSE_UKFS -I../../lib/libfsu_utils -I../../lib/libfsu_mount

LDADD+= 	-lutil -L../../lib/libfsu_utils -L../../lib/libfsu_mount \
		-lukfs -lrump -lrumpuser -lfsu_utils -lfsu_mount

.if exists(/usr/lib/librumpvfs.so)
LDADD+= 	-lrumpvfs
.endif

@

