f2dd987c46
o remove extraneous extern's o prototype functions o combine multiple return (0)'s into a single return (0) at the end of main() Approved by: rwatson Obtained from: TrustedBSD Project
8 lines
82 B
Makefile
8 lines
82 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= extattrctl
|
|
WARNS?= 2
|
|
MAN= extattrctl.8
|
|
|
|
.include <bsd.prog.mk>
|