head	1.10;
access;
symbols
	PRE_SMPNG:1.1;
locks; strict;
comment	@# @;


1.10
date	2002.09.02.19.28.59;	author phk;	state dead;
branches;
next	1.9;

1.9
date	2001.12.04.03.28.31;	author jedgar;	state Exp;
branches;
next	1.8;

1.8
date	2001.11.16.05.10.35;	author rwatson;	state Exp;
branches;
next	1.7;

1.7
date	2001.07.20.06.19.47;	author obrien;	state Exp;
branches;
next	1.6;

1.6
date	2001.07.20.04.23.06;	author obrien;	state Exp;
branches;
next	1.5;

1.5
date	2001.03.27.16.45.15;	author ru;	state Exp;
branches;
next	1.4;

1.4
date	2001.03.26.14.40.05;	author ru;	state Exp;
branches;
next	1.3;

1.3
date	2001.03.20.18.16.30;	author ru;	state Exp;
branches;
next	1.2;

1.2
date	2001.03.15.03.09.46;	author rwatson;	state Exp;
branches;
next	1.1;

1.1
date	2000.04.16.23.57.01;	author rwatson;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch over to the new EA manipulation utilities.

Sponsored by:	DARPA & NAI Labs.
@
text
@# $FreeBSD: src/usr.sbin/getextattr/Makefile,v 1.9 2001/12/04 03:28:31 jedgar Exp $

PROG=	getextattr
MAN=	getextattr.8

WARNS?=	2

.include <bsd.prog.mk>
@


1.9
log
@WARNS=2 and style(9) cleanup:

o prototype usage()
o move BUFSIZE define above the functions
o nuke externs that are defined in unistd.h

Approved by:	rwatson
Obtained from:	TrustedBSD Project
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.8
log
@o Reflect moving of extattr_namespace calls to libc from libutil; no
  longer need to link libutil into command-line extended attribute
  utilities.

Obtained from:	TrustedBSD Project
@
text
@d6 2
@


1.7
log
@Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.sbin/getextattr/Makefile,v 1.6 2001/07/20 04:23:06 obrien Exp $
a4 3

DPADD=	${LIBUTIL}
LDADD=	-lutil
@


1.6
log
@Remove GCC'isms in CFLAGS.
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.sbin/getextattr/Makefile,v 1.5 2001/03/27 16:45:15 ru Exp $
d5 1
@


1.5
log
@Fix LDADD and add missing DPADD.
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.sbin/getextattr/Makefile,v 1.4 2001/03/26 14:40:05 ru Exp $
a6 1
CFLAGS+=-Wall
@


1.4
log
@- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.
@
text
@d1 2
a2 1
# $FreeBSD: src/usr.sbin/getextattr/Makefile,v 1.3 2001/03/20 18:16:30 ru Exp $
d5 3
a7 2
LDADD=	${LIBUTIL}
CFLAGS+=	-Wall
@


1.3
log
@Set the default manual section for usr.sbin/ to 8.
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.sbin/getextattr/Makefile,v 1.2 2001/03/15 03:09:46 rwatson Exp $
d3 1
@


1.2
log
@o Update getextattr and setextattr utilities to take into account the
  revised EA interface with explicit namespacing.  Link against libutil
  to provide string/constant conversion for namespaces.  Document
  revised interface.

Obtained from:	TrustedBSD Project
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.sbin/getextattr/Makefile,v 1.1 2000/04/16 23:57:01 rwatson Exp $
a2 1
SRCS=	getextattr.c
a4 1
MAN8=	getextattr.8
@


1.1
log
@Code compiles and installs 100% better if included in the Makefile.

Suggested by:	Voices in my head.
@
text
@d1 1
a1 1
# $FreeBSD: $
d4 1
@

