freebsd-dev/gnu/usr.bin/ld/Makefile

9 lines
154 B
Makefile
Raw Normal View History

1993-06-29 09:58:20 +00:00
# @(#)Makefile 6.2 (Berkeley) 4/30/91
PROG= ld
SRCS= ld.c cplus-dem.c
NOMAN= noman
LINKS= ${BINDIR}/ld ${BINDIR}/../libexec/ld++
.include <bsd.prog.mk>