diff options
Diffstat (limited to 'usr.sbin/wsconscfg/Makefile')
-rw-r--r-- | usr.sbin/wsconscfg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/wsconscfg/Makefile b/usr.sbin/wsconscfg/Makefile index 9326e890d43..9dacfdc8bbc 100644 --- a/usr.sbin/wsconscfg/Makefile +++ b/usr.sbin/wsconscfg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2000/07/02 02:07:10 mickey Exp $ +# $OpenBSD: Makefile,v 1.3 2000/07/20 00:34:29 espie Exp $ .if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" @@ -12,5 +12,6 @@ NOPROG=yes .endif MAN= wsconscfg.8 +MANSUBDIR= alpha hppa .include <bsd.prog.mk> |