1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

bye bye ap lkm

This commit is contained in:
deraadt 1998-02-24 22:32:52 +00:00
parent 1ee788be08
commit 6f1ce03693

View File

@ -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>