freebsd-dev/usr.sbin/sa/Makefile
Xin LI 6e92ff07a3 Code cleanup:
- Prefer modern declaration of functions
	- WARNS?= 4 -> 6
2005-02-10 07:07:32 +00:00

10 lines
94 B
Makefile

# $FreeBSD$
PROG= sa
MAN= sa.8
SRCS= main.c pdb.c usrdb.c
WARNS?= 6
.include <bsd.prog.mk>