[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / distrib

File: [local] / src / distrib / Makefile (download)

Revision 1.7, Sun Sep 21 09:29:24 1997 UTC (26 years, 8 months ago) by niklas
Branch: MAIN
Changes since 1.6: +5 -2 lines

Check if the MD subdir exists before adding it to SUBDIR

#	$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 <bsd.subdir.mk>