blob: 4367db43b8b0e0d5e13a9e8ef698cd5d91c0db4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.2 2007/10/14 20:29:27 otto Exp $
#
# Makefile for the ccom part of pcc.
#
.if ${MACHINE_ARCH} == "i386"
SUBDIR+= x86
.else
SUBDIR+= ${MACHINE_ARCH}
.endif
.include <bsd.subdir.mk>
|