diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-09-21 04:58:15 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-09-21 04:58:15 +0000 |
commit | c9b31da3ef1504b43dd8e5fc75f977e16b9dd9dd (patch) | |
tree | 956fa707f89157e77b3ce8acc7a42d19c9d2a6b2 /sbin/atactl/Makefile | |
parent | 358f062d9c424cff30fad742b56a25b295136808 (diff) |
Add atactl utility from NetBSD. This utility gives detailed inquiry info as
well as letting you spin down disks, set standby times, etc.
Diffstat (limited to 'sbin/atactl/Makefile')
-rw-r--r-- | sbin/atactl/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sbin/atactl/Makefile b/sbin/atactl/Makefile new file mode 100644 index 00000000000..d04a4ccdf40 --- /dev/null +++ b/sbin/atactl/Makefile @@ -0,0 +1,12 @@ +# $OpenBSD: Makefile,v 1.1 1999/09/21 04:58:14 csapuntz Exp $ +# $NetBSD: Makefile,v 1.1 1998/11/19 23:54:59 kenh Exp $ + +SRCS= atactl.c + +PROG= atactl +MAN= atactl.8 + +LDADD+=-lutil +DPADD+=${LIBUTIL} + +.include <bsd.prog.mk> |