[comp.sources.wanted] msgs program wanted

dank@telxon.UUCP (Dan Kelley) (06/24/91)

I have a Sun 4 running SunOS 4.1.1 and have no 'msgs' program! (the nerve of
them)...  I pulled the source from bsd-sources/usr.bin/msgs on uunet.uu.net
but the Makefile seems out-of-wack:

#	@(#)Makefile	5.8 (Berkeley) 5/11/90

PROG=	msgs
DPADD=	${LIBTERM} ${LIBCOMPAT}
LDADD=	-ltermlib -lcompat

.include <bsd.prog.mk>

--

bsd.prog.mk ??  My compiler says unexpected end-of-line error.  I'm confused 
to what this makefile means?  Can any one help or send the msgs source that 
I can work with?  Thanks much...

Dan...

-- 
Dan Kelley          ||  ...!uunet!telxon!dank  ||  dank%telxon@uunet.uu.net
Telxon Corporation  ||  
3330 W. Market St.  ||      "... Saddam Hussain will get his a** kicked." 
Akron, OH  44313    ||                    - Pres. Bush on Pursian Gulf crisis

jik@cats.ucsc.edu (Jonathan I. Kamens) (06/26/91)

In article <625@telxon.UUCP>, dank@telxon.UUCP (Dan Kelley) writes:
|> .include <bsd.prog.mk>
|> 
|> bsd.prog.mk ??  My compiler says unexpected end-of-line error.  I'm confused 
|> to what this makefile means?  Can any one help or send the msgs source that 
|> I can work with?  Thanks much...

I posted this in April in comp.unix.programmer:

4.3reno comes with an enhanced version of make, called pmake, which deals with
directives such as ".include" and ".if" in Makefiles.  The standard
Make include files are in share/mk in the 4.3reno sources.  The sources to the
modified make are in usr.bin/make; furthermore, there are several anonymous
ftp sites that archive it (ask archie for "pmake").

-- 
Jonathan Kamens					jik@CATS.UCSC.EDU