diff options
-rw-r--r-- | share/man/man8/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index ec6e8b5..8eea751 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -1,6 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 MAN8= adduser.0 intro.0 rc.0 sticky.0 -SUBDIR= man8.i386 man8.hp300 man8.tahoe man8.vax +# XXX NOT IMPORTED: man8.hp300 man8.tahoe man8.vax +SUBDIR= man8.i386 .include <bsd.prog.mk> |