mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
12 lines
212 B
Makefile
12 lines
212 B
Makefile
# $Id: Makefile,v 1.15 1997/02/22 15:42:33 peter Exp $
|
|
|
|
SUBDIR= libdialog libg++
|
|
|
|
.if ${MACHINE} != "alpha"
|
|
SUBDIR+= libgmp libmp
|
|
.endif
|
|
|
|
SUBDIR+= libobjc libregex libreadline libstdc++
|
|
|
|
.include <bsd.subdir.mk>
|