Xref: utzoo comp.sources.wanted:17244 comp.unix.programmer:2140 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!caen!spool.mu.edu!agate!darkstar!cats.ucsc.edu!jik From: jik@cats.ucsc.edu (Jonathan I. Kamens) Newsgroups: comp.sources.wanted,comp.unix.programmer Subject: Re: msgs program wanted Message-ID: <17445@darkstar.ucsc.edu> Date: 25 Jun 91 23:12:50 GMT Article-I.D.: darkstar.17445 References: <625@telxon.UUCP> Sender: usenet@darkstar.ucsc.edu Followup-To: comp.unix.programmer Organization: University of California, Santa Cruz Lines: 17 In article <625@telxon.UUCP>, dank@telxon.UUCP (Dan Kelley) writes: |> .include |> |> 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