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


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

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

1.1
date	2009.03.23.21.03.56;	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:22 stacktic Exp $
#

PROG=		fsu_console

SRCS=		main.c fsu_console.c commands.c

LDADD+=		-lutil

NOMAN= 		#defined

.include <bsd.prog.mk>
@


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


1.1
log
@Imported fs-utils binaries
@
text
@d1 1
a1 1
#	$NetBSD$
a8 1
CPPFLAGS+=	-I../fsu_write
d12 1
a12 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

@

