aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sa/Makefile
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-09-26 21:22:57 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-09-26 21:22:57 +0000
commitb1069b52ffe7e4740f95ea2d4a93166a91c73c2d (patch)
tree7f1cd6583994aad85ccf3baf05f94f46462ab128 /usr.sbin/sa/Makefile
parentcc7d8003bfd4eb8a46e557258eb263aea384b81c (diff)
Notes
Diffstat (limited to 'usr.sbin/sa/Makefile')
-rw-r--r--usr.sbin/sa/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/sa/Makefile b/usr.sbin/sa/Makefile
new file mode 100644
index 000000000000..ee412a6e6c7d
--- /dev/null
+++ b/usr.sbin/sa/Makefile
@@ -0,0 +1,7 @@
+# $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>