1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.sbin/sa/Makefile

10 lines
94 B
Makefile
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $FreeBSD$
PROG= sa
MAN= sa.8
SRCS= main.c pdb.c usrdb.c
2003-04-04 17:49:21 +00:00
WARNS?= 4
.include <bsd.prog.mk>