blob: 4e2e517b0381903d9ad4131a37c435d84dc03617 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.4 1995/10/03 21:59:36 phil Exp $
.if ${MACHINE} == "pc532"
SUBDIR+= round
.else
SUBDIR+= except round
.endif
regress: _SUBDIRUSE
install:
.include <bsd.subdir.mk>
|