1# @(#)Makefile 6.1 (Berkeley) 02/07/91 2 3PROG= ld++ 4BINDIR= /usr/libexec 5SRCS= ld++.c cplus-dem.c 6NOMAN= noman 7 8.include <bsd.prog.mk> 9