mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-05 10:09:30 +00:00
8 lines
131 B
Makefile
8 lines
131 B
Makefile
# $Id: Makefile,v 1.1.1.1 1994/09/26 21:22:55 davidg Exp $
|
|
|
|
PROG= sa
|
|
MAN8= sa.8
|
|
SRCS= main.c pdb.c usrdb.c
|
|
|
|
.include <bsd.prog.mk>
|