freebsd-dev/usr.sbin/getextattr/Makefile
Chris D. Faulhaber 54d8895199 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
2001-12-04 03:28:31 +00:00

9 lines
83 B
Makefile

# $FreeBSD$
PROG= getextattr
MAN= getextattr.8
WARNS?= 2
.include <bsd.prog.mk>