mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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
8 lines
83 B
Makefile
8 lines
83 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= getextattr
|
|
MAN= getextattr.8
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|