mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
9 lines
94 B
Makefile
9 lines
94 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= sa
|
|
MAN= sa.8
|
|
SRCS= main.c pdb.c usrdb.c
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|