This is the Debian GNU/Linux prepackaged version of 4.4BSD make (pmake). This package was put together by James Troup , from sources obtained from: ftp.netbsd.org:/pub/NetBSD-current/src/usr.bin/make/ ftp.openbsd.org:/pub/OpenBSD/src/usr.bin/mkdep/ ftp.netbsd.org:/pub/NetBSD-current/src/share/mk/ This package was rebuilt by Sam Hocevar from the NetBSD CVS tree available from: cvs://anoncvs@anoncvs.NetBSD.org:/cvsroot (module /src/usr.bin/make/) Changes: o added Debian GNU/Linux package maintenance system files. o var.c: #include because needs it. o util.c: don't try to redefine libc functions by #ifndefing a large chunk on (__linux__). o mk/bsd.doc.mk: don't give groff explicit macro paths; instead let it work them out for itself. o mk/bsd.lib.mk: added a machine definition "debian" for Debian GNU/Linux. o mk/bsd.man.mk: correct CATDEPS, Herbet Xu . o mk/bsd.own.mk: change MANDIR and DOCDIR to reflect the FSSTND orientated Debian GNU/Linux directory structure (i.e. /usr/share/* -> /usr/*). o mk/bsd.own.mk: s/wheel/root/g. o mk/bsd.own.mk: define MANZ. o mk/bsd.own.mk: don't make files unwritable by owner. o mk/bsd.prog.mk: undefine LIBCRT0. o mk/sys.mk: MAKE should be pmake and not make on Debian GNU/Linux. o mk/sys.mk: tsort from bsdmainutils doesn't accept -q as an argument, so don't try to pass it. Modifications for Debian Copyright (C) 1997,1998 James Troup. Copyright (C) 1999 Edward Brocklesby. Copyright (C) 2003,2004 Sam Hocevar. /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. * Copyright (c) 1988, 1989 by Adam de Boor * Copyright (c) 1989 by Berkeley Softworks * All rights reserved. * * This code is derived from software contributed to Berkeley by * Adam de Boor. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * This product includes software developed by the University of * California, Berkeley and its contributors. * 4. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */