6e92ff07a3
- Prefer modern declaration of functions - WARNS?= 4 -> 6
10 lines
94 B
Makefile
10 lines
94 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= sa
|
|
MAN= sa.8
|
|
SRCS= main.c pdb.c usrdb.c
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|