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


1.4
date	2009.11.16.07.22.17;	author stacktic;	state Exp;
branches;
next	1.3;

1.3
date	2009.11.06.11.47.42;	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.04.00;	author stacktic;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Updated fs-utils man pages
@
text
@#       $NetBSD: Makefile,v 1.3 2009/11/06 11:47:42 stacktic Exp $
#       @@(#)Makefile    8.1 (Berkeley) 6/2/93


PROG=   	fsu_chown
.PATH:		../chown
SRCS=   	chown.c
MAN=		fsu_chown.1 fsu_chgrp.1

LDFLAGS+= 	-Wl,--wrap=chown,--wrap=lchown

.include "${.CURDIR}/../../Makefile.fsu"
.include <bsd.prog.mk>
@


1.3
log
@include nbcompat.h where needed
rename wrapped functions
@
text
@d1 1
a1 1
#       $NetBSD: Makefile,v 1.2 2009/03/24 15:14:24 stacktic Exp $
d8 1
a8 1
MAN=		fsu_chown.1
@


1.2
log
@Makefile refactoring
@
text
@d1 1
a1 1
#       $NetBSD: Makefile,v 1.1 2009/03/23 21:04:00 stacktic Exp $
d10 1
a10 1
CFLAGS+= 	-Wl,--wrap=chown,--wrap=lchown
@


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 $
a9 2
DPADD+= 	${LIBUTIL}

d12 1
a12 9
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

@

