diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-25 19:09:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-05-25 19:09:09 +0000 |
commit | 703c17d39f3e07ef533ed9af6ea5d78cc9b83560 (patch) | |
tree | c60a43659e863a56bb62fe42b624ec08199b27e1 /usr.bin/pctr | |
parent | 9c05fa8eb81d0332e746a3e17a154de06956fa66 (diff) |
man subdir
Diffstat (limited to 'usr.bin/pctr')
-rw-r--r-- | usr.bin/pctr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/pctr/Makefile b/usr.bin/pctr/Makefile index 9ecb0b440c3..cfe50308c23 100644 --- a/usr.bin/pctr/Makefile +++ b/usr.bin/pctr/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 1998/08/30 22:58:01 downsj Exp $ +# $OpenBSD: Makefile,v 1.4 2000/05/25 19:09:08 deraadt Exp $ PROG= pctr +MANSUBDIR=i386 .include <bsd.prog.mk> |