NetBSD/sys/lkm/Makefile.inc
chs f3a668ed84 eliminate the PMAP_NEW option by making it required for all ports.
ports which previously had no support for PMAP_NEW now implement
the pmap_k* interfaces as wrappers around the non-k versions.
1999-09-12 01:16:55 +00:00

9 lines
180 B
Makefile

# $NetBSD: Makefile.inc,v 1.2 1999/09/12 01:17:33 chs Exp $
.if !defined(__SYS_LKM_MAKEFILE_INC)
__SYS_LKM_MAKEFILE_INC= 1
.include <bsd.own.mk>
.endif # __SYS_LKM_MAKEFILE_INC