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