Added SUBDIRS= for architecture dependent directories.

This commit is contained in:
jeremy 1997-05-21 22:45:16 +00:00
parent 98bd013c4a
commit b0dc94ccd1
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 1997/05/12 23:51:56 explorer Exp $
# $NetBSD: Makefile,v 1.21 1997/05/21 22:45:16 jeremy Exp $
# Makefile for section 9 (kernel function and variable) manual pages.
@ -38,4 +38,7 @@ MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9
MLINKS+=timeout.9 untimeout.9
MLINKS+=vslock.9 vsunlock.9
SUBDIR= man9.alpha man9.amiga man9.arm32 man9.atari man9.hp300 man9.i386 \
man9.mac68k man9.pmax man9.sparc man9.sun3 man9.vax man9.x68k
.include <bsd.prog.mk>