=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/distrib/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/distrib/Makefile 1997/09/18 17:43:47 1.6 --- src/distrib/Makefile 1997/09/21 09:29:24 1.7 *************** *** 1,8 **** ! # $OpenBSD: Makefile,v 1.6 1997/09/18 17:43:47 deraadt Exp $ .if !make(install) SUBDIR= special .endif ! SUBDIR+= ${MACHINE} notes .include --- 1,11 ---- ! # $OpenBSD: Makefile,v 1.7 1997/09/21 09:29:24 niklas Exp $ .if !make(install) SUBDIR= special .endif ! .if exists(${MACHINE}) ! SUBDIR+= ${MACHINE} ! .endif ! SUBDIR+= notes .include