e653b48c80
OK'ed by: core
12 lines
141 B
Makefile
12 lines
141 B
Makefile
# $FreeBSD$
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${GCCDIR}
|
|
|
|
PROG= collect2
|
|
SRCS= collect2.c tlink.c version.c
|
|
NO_MAN=
|
|
|
|
.include <bsd.prog.mk>
|