diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-02 04:51:32 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-06-02 04:51:32 +0000 |
commit | 4282d958ef260011e40f9e6612e123b687587b6b (patch) | |
tree | 73c3703cb05b6e398b1f537edb7387936d1e6f31 /lkm | |
parent | 21462a8417b5c71ec3eb7b332b3c0be33e9be5d1 (diff) |
Build aperture driver if on i386
Diffstat (limited to 'lkm')
-rw-r--r-- | lkm/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lkm/Makefile b/lkm/Makefile index 69512cd7b0e..9a2bd584692 100644 --- a/lkm/Makefile +++ b/lkm/Makefile @@ -1,5 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 1996/02/25 19:20:24 mickey Exp $ +# $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> |