diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-24 22:32:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-24 22:32:53 +0000 |
commit | da7cdb3381c409c4b29e1af9c4a90fe9060e5285 (patch) | |
tree | a4fec5b6bdcf9c5683b79c84df02e7e4c450d93a | |
parent | 34b3a4729162a59a779d79a732d9333536446fac (diff) |
bye bye ap lkm
-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> |