summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authordm <dm@cvs.openbsd.org>1996-08-14 22:31:52 +0000
committerdm <dm@cvs.openbsd.org>1996-08-14 22:31:52 +0000
commitbcf2ef1d0613dc8d080829e6ae2b5ad3a6880b9a (patch)
tree66f11ba728f77d7092fc36716c4225ebdca4f6a5 /usr.bin
parent6e5e4058cabb8e407cfdca3c80611e0ec752f42e (diff)
7 consonants was just too many. pctrctl -> pctr.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile6
-rw-r--r--usr.bin/pctr/Makefile (renamed from usr.bin/pctrctl/Makefile)4
-rw-r--r--usr.bin/pctr/pctr.c (renamed from usr.bin/pctrctl/pctrctl.c)2
3 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 7fc21cad41f..d9f5895da65 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.17 1996/08/08 23:38:27 deraadt Exp $
+# $OpenBSD: Makefile,v 1.18 1996/08/14 22:31:46 dm Exp $
# $NetBSD: Makefile,v 1.62 1996/03/10 05:45:43 thorpej Exp $
# from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91
@@ -27,9 +27,9 @@ SUBDIR+= ar gprof nm ranlib size strip strings
.endif
.if make(clean) || make(cleandir) || make(obj)
-SUBDIR+= pctrctl
+SUBDIR+= pctr
.elif ${MACHINE_ARCH} == "i386"
-SUBDIR+= pctrctl
+SUBDIR+= pctr
.endif
.include <bsd.subdir.mk>
diff --git a/usr.bin/pctrctl/Makefile b/usr.bin/pctr/Makefile
index 13a607c167d..4cbe4b008ff 100644
--- a/usr.bin/pctrctl/Makefile
+++ b/usr.bin/pctr/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.1 1996/08/08 18:47:01 dm Exp $
+# $OpenBSD: Makefile,v 1.1 1996/08/14 22:31:47 dm Exp $
# $NetBSD: Makefile,v 1.7 1995/09/28 06:24:35 perry Exp $
-PROG= pctrctl
+PROG= pctr
NOMAN= yes
.include <bsd.prog.mk>
diff --git a/usr.bin/pctrctl/pctrctl.c b/usr.bin/pctr/pctr.c
index 44d278214bc..f34b4f1e8f4 100644
--- a/usr.bin/pctrctl/pctrctl.c
+++ b/usr.bin/pctr/pctr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pctrctl.c,v 1.3 1996/08/14 22:03:17 dm Exp $ */
+/* $OpenBSD: pctr.c,v 1.1 1996/08/14 22:31:48 dm Exp $ */
/*
* Pentium performance counter control program for OpenBSD.