aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/getextattr/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Switch over to the new EA manipulation utilities.Poul-Henning Kamp2002-09-021-8/+0
| | | | | | | Sponsored by: DARPA & NAI Labs. Notes: svn path=/head/; revision=102858
* WARNS=2 and style(9) cleanup:Chris D. Faulhaber2001-12-041-0/+2
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=87334
* o Reflect moving of extattr_namespace calls to libc from libutil; noRobert Watson2001-11-161-3/+0
| | | | | | | | | | longer need to link libutil into command-line extended attribute utilities. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=86453
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-0/+1
| | | | | | | | 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. Notes: svn path=/head/; revision=80029
* Remove GCC'isms in CFLAGS.David E. O'Brien2001-07-201-1/+0
| | | | Notes: svn path=/head/; revision=80022
* Fix LDADD and add missing DPADD.Ruslan Ermilov2001-03-271-2/+4
| | | | Notes: svn path=/head/; revision=74866
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
| | | | Notes: svn path=/head/; revision=74532
* o Update getextattr and setextattr utilities to take into account theRobert Watson2001-03-151-0/+1
| | | | | | | | | | | revised EA interface with explicit namespacing. Link against libutil to provide string/constant conversion for namespaces. Document revised interface. Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=74276
* Code compiles and installs 100% better if included in the Makefile.Robert Watson2000-04-161-0/+7
Suggested by: Voices in my head. Notes: svn path=/head/; revision=59299