54d8895199
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
9 lines
83 B
Makefile
9 lines
83 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= getextattr
|
|
MAN= getextattr.8
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|