diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 08:13:10 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2002-06-09 08:13:10 +0000 |
commit | 3ed8b10a8df515c0cb5a2a6a0962c67f1c697164 (patch) | |
tree | 16644eb4e4232e2d2cd65fc342c5dbaafdc4e136 /sbin/raidctl/Makefile | |
parent | c021608bd50b74de1b8074e336f7adad03b1c7d8 (diff) |
rm trailing whitespace
Diffstat (limited to 'sbin/raidctl/Makefile')
-rw-r--r-- | sbin/raidctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/raidctl/Makefile b/sbin/raidctl/Makefile index 5b254eed896..25b3c163f95 100644 --- a/sbin/raidctl/Makefile +++ b/sbin/raidctl/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.6 2001/12/29 21:54:57 tdeval Exp $ +# $OpenBSD: Makefile,v 1.7 2002/06/09 08:13:09 todd Exp $ # $NetBSD: Makefile,v 1.8 2001/01/27 19:32:47 oster Exp $ -PROG= raidctl +PROG= raidctl SRCS= rf_configure.c raidctl.c MAN= raidctl.8 |