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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33610

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"
SUBDIR+= libgmp libmp
.if ${MACHINE_ARCH} == "i386"
SUBDIR+= libstdc++
.endif
SUBDIR+= libobjc libregex libreadline libstdc++
SUBDIR+= libobjc libregex libreadline
.include <bsd.subdir.mk>