blob: 362484dd040c9f9f4630a3926c9ff73ed30e4615 (
plain)
1
2
3
4
5
6
7
8
9
10
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 <bsd.subdir.mk>
|