diff options
Diffstat (limited to 'lkm/Makefile')
-rw-r--r-- | lkm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lkm/Makefile b/lkm/Makefile index 9a2bd584692..1669bfa74b1 100644 --- a/lkm/Makefile +++ b/lkm/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/02 04:51:31 tholo Exp $ +# $OpenBSD: Makefile,v 1.3 1998/02/24 22:32:52 deraadt Exp $ SUBDIR+= ipl -.if ${MACHINE_ARCH} == "i386" -SUBDIR+= ap -.endif +#.if ${MACHINE_ARCH} == "i386" +#SUBDIR+= ap +#.endif .include <bsd.subdir.mk> |