diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-30 01:18:39 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-30 01:18:39 +0000 |
commit | 92d8e9e6a331cf11537c2cf336e0631f6678249b (patch) | |
tree | 6df9f691eda394295b0b89fcc3b907e78fdf92c7 /sbin | |
parent | b02f40612bee4b128a2cd29f640552a88c0b15a3 (diff) |
install wscons utils manpages into i386 subdir as well
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/wsconsctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/wsconsctl/Makefile b/sbin/wsconsctl/Makefile index b776f9283ef..f9d976f3cf1 100644 --- a/sbin/wsconsctl/Makefile +++ b/sbin/wsconsctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2001/01/30 00:33:04 aaron Exp $ +# $OpenBSD: Makefile,v 1.7 2001/01/30 01:18:37 mickey Exp $ .if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ ${MACHINE} == "powerpc" @@ -22,6 +22,6 @@ NOPROG=yes .endif MAN= wsconsctl.8 -MANSUBDIR= alpha hppa powerpc +MANSUBDIR= alpha hppa i386 powerpc .include <bsd.prog.mk> |