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.13.39.02;	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.20.19;	author obrien;	state Exp;
branches;
next	1.6;

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

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

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

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

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

1.1
date	2000.04.16.23.57.02;	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/setextattr/Makefile,v 1.9 2001/12/04 13:39:02 jedgar Exp $

PROG=	setextattr
MAN=	setextattr.8

WARNS?=	2

.include <bsd.prog.mk>
@


1.9
log
@Prototype usage() and set WARNS?=2

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/setextattr/Makefile,v 1.6 2001/07/20 04:23:11 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/setextattr/Makefile,v 1.5 2001/03/27 16:45:16 ru Exp $
d5 1
@


1.5
log
@Fix LDADD and add missing DPADD.
@
text
@d1 1
a1 1
# $FreeBSD: src/usr.sbin/setextattr/Makefile,v 1.4 2001/03/26 14:41:55 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/setextattr/Makefile,v 1.3 2001/03/20 18:17:14 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/setextattr/Makefile,v 1.2 2001/03/15 03:09:48 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/setextattr/Makefile,v 1.1 2000/04/16 23:57:02 rwatson Exp $
a2 1
SRCS=	setextattr.c
a4 1
MAN8+=	setextattr.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
@

