mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
7 lines
124 B
Makefile
7 lines
124 B
Makefile
# $Id: Makefile,v 1.1 1994/03/24 18:41:48 cgd Exp $
|
|
|
|
PROG= sa
|
|
MAN8= sa.0
|
|
SRCS= main.c pdb.c usrdb.c
|
|
|
|
.include <bsd.prog.mk>
|