d4e5b34479
can have separate shared library versions, by building in the arch subdirectory.
8 lines
133 B
Makefile
8 lines
133 B
Makefile
# $NetBSD: Makefile,v 1.8 1996/02/21 02:43:52 jtk Exp $
|
|
|
|
.if exists(${MACHINE})
|
|
SUBDIR+= ${MACHINE}
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|