summaryrefslogtreecommitdiff
path: root/lkm/Makefile
blob: 9a2bd5846927a32135de6eaf5f56277e3e9f6533 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.2 1996/06/02 04:51:31 tholo Exp $

SUBDIR+= ipl

.if ${MACHINE_ARCH} == "i386"
SUBDIR+= ap
.endif

.include <bsd.subdir.mk>