mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
8 lines
93 B
Makefile
8 lines
93 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= sa
|
|
WARNS?= 4
|
|
MAN= sa.8
|
|
SRCS= main.c pdb.c usrdb.c
|
|
|
|
.include <bsd.prog.mk>
|