8 lines
131 B
Makefile
8 lines
131 B
Makefile
|
# $NetBSD: Makefile,v 1.1 1997/01/07 10:47:35 mrg Exp $
|
||
|
|
||
|
.if ${MACHINE} != "alpha"
|
||
|
SUBDIR= if_ipl
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.subdir.mk>
|