Just one of these libs left to port to alpha.

This commit is contained in:
John Birrell 1998-02-19 07:30:06 +00:00
parent 012f11e8dd
commit c9fc383199

View File

@ -1,11 +1,11 @@
# $Id: Makefile,v 1.15 1997/02/22 15:42:33 peter Exp $ # $Id: Makefile,v 1.16 1998/01/10 22:50:00 jb Exp $
SUBDIR= libdialog libg++ SUBDIR= libdialog libg++ libgmp libmp
.if ${MACHINE} != "alpha" .if ${MACHINE_ARCH} == "i386"
SUBDIR+= libgmp libmp SUBDIR+= libstdc++
.endif .endif
SUBDIR+= libobjc libregex libreadline libstdc++ SUBDIR+= libobjc libregex libreadline
.include <bsd.subdir.mk> .include <bsd.subdir.mk>