mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 08:33:20 +00:00
Just one of these libs left to port to alpha.
This commit is contained in:
parent
012f11e8dd
commit
c9fc383199
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33610
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user