Just one of these libs left to port to alpha.

This commit is contained in:
jb 1998-02-19 07:30:06 +00:00
parent 283cac6d8e
commit 728d7b8b1a

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>