diff options
Diffstat (limited to 'lib/libarch/Makefile')
-rw-r--r-- | lib/libarch/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libarch/Makefile b/lib/libarch/Makefile index 651b63c32d1..58a282e6629 100644 --- a/lib/libarch/Makefile +++ b/lib/libarch/Makefile @@ -1,8 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 1996/11/13 03:55:41 etheisen Exp $ +# $OpenBSD: Makefile,v 1.4 2002/07/12 22:22:43 deraadt Exp $ # $NetBSD: Makefile,v 1.8 1996/02/21 02:43:52 jtk Exp $ -.if exists(${MACHINE}/Makefile) -SUBDIR+= ${MACHINE} -.endif +SUBDIR= alpha i386 .include <bsd.subdir.mk> |