#	BSDI $Id: Makefile,v 1.2 1994/05/18 19:12:39 md Exp $

# GCC2 c++ linker

PROG=	ld
BINDIR=	${LIBEXECDIR}
NOMAN=	noman
SRCS=	collect2.c version.c
.include "../Makefile.symlinks"
CFLAGS+=-I. -I${CFG} -I${.CURDIR}/../common \
	-DTARGET_MACHINE=\"${MACHINE}\"
CFLAGS+=-Dbsd4_4
.PATH: ${.CURDIR}/../common

.depend: config.h tm.h
CLEANFILES+=config.h tm.h

.include <bsd.prog.mk>
