NetBSD/usr.sbin/sa/Makefile

8 lines
123 B
Makefile
Raw Normal View History

1994-12-22 14:32:57 +03:00
# $Id: Makefile,v 1.2 1994/12/22 11:41:22 cgd Exp $
1994-03-24 21:41:48 +03:00
PROG= sa
1994-12-22 14:32:57 +03:00
MAN= sa.8
1994-03-24 21:41:48 +03:00
SRCS= main.c pdb.c usrdb.c
.include <bsd.prog.mk>