freebsd-dev/usr.sbin/extattrctl/Makefile
Chris D. Faulhaber f2dd987c46 Make extattrctl WARNS?=2-safe:
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
2001-11-27 18:58:56 +00:00

8 lines
82 B
Makefile

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