mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 13:34:00 +01:00
8 lines
84 B
Makefile
8 lines
84 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= sa
|
|
MAN8= sa.8
|
|
SRCS= main.c pdb.c usrdb.c
|
|
|
|
.include <bsd.prog.mk>
|