blob: 940d4f19404767ff5f4e060694ba983f373cecef (
plain)
1
2
3
4
5
6
|
# $NetBSD: Makefile.inc,v 1.3 2015/02/09 22:44:34 pooka Exp $
.include "${COMPATARCHDIR}/gen/Makefile.inc"
.if ${RUMPRUN} != "yes"
.include "${COMPATARCHDIR}/sys/Makefile.inc"
.endif
|