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


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

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

1.1
date	2009.03.23.21.03.59;	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:24 stacktic Exp $
#       @@(#)Makefile    8.1 (Berkeley) 6/2/93


PROG=   	fsu_mknod
.PATH:		../mknod
SRCS=   	mknod.c pack_dev.c
MAN=		fsu_mknod.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:59 stacktic Exp $
a9 1
.include "${.CURDIR}/../../Makefile.fsu"
@


1.1
log
@Imported fs-utils binaries
@
text
@d1 1
a1 1
#       $NetBSD: Makefile,v 1.14 2006/12/14 20:09:36 he Exp $
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

@

