freebsd-src/share/mk
Satoshi Asami b2502fb7ef Add OpenBSD support. Change some comments to reflect the fact. Also:
(1) Change commented out MAINTAINER to FreeBSD_MAINTAINER and
    OpenBSD_MAINTAINER.  These are not comments anymore, so we may
    even use it in the future.

(2) Instead of the ".if ${OPSYS} = "NetBSD" hack, use ".if exists()"
    to find the location of md5 an tar.  Play similar trick for fetch
    (OpenBSD uses /usr/bin/ftp which groks http: addresses).

This commit includes most of the changes made in 1.242 (although many
of them are done differently after more discussion).  One thing that
is conspicuously missing is NOMANCOMPRESS, which has been postponed
until Warner figures out what exactly the situation is on the OpenBSD
ports paradigm.  (In a nutshell, we can't just define NOMANCOMPRESS in
this file even if uncompressed manpages is the default for OpenBSD,
because that will take away the ability of individual users to select
manpage compression.)

Reviewed by:	imp@openbsd.org
1997-01-12 12:37:48 +00:00
..
bsd.dep.mk Back out the recent DEPEND changes - as Bruce points out, it's bogus. 1996-08-25 05:16:56 +00:00
bsd.doc.mk Do not use variable PRINTERDEVICE as printer name. 1996-12-22 16:16:13 +00:00
bsd.info.mk one more tweak to make it fly without INFO defined. (like bsd.prog.mk) 1997-01-12 07:30:23 +00:00
bsd.kern.mk Turned off -W and -Winline so that the warnings that should be fixed for 1996-11-11 15:49:27 +00:00
bsd.kmod.mk Centralized the definition of CWARNFLAGS into bsd.kern.mk. 1996-10-08 22:09:03 +00:00
bsd.lib.mk Fixed dependencies on libraries which I broke in rev.1.39 of 1996-09-28 06:01:01 +00:00
bsd.libnames.mk Add LIBSTDCPLUSPLUS 1996-10-04 08:55:05 +00:00
bsd.man.mk add new variable NOMLINKS 1996-12-26 22:37:30 +00:00
bsd.obj.mk Don't warn about non-canonical object directories if they have been 1996-09-29 18:28:55 +00:00
bsd.own.mk Bring in my changes for removing the pestilent obj links (unless you 1996-06-24 04:26:21 +00:00
bsd.port.mk Add OpenBSD support. Change some comments to reflect the fact. Also: 1997-01-12 12:37:48 +00:00
bsd.port.subdir.mk (1) Add NetBSD support. Closes PR bin/1643. 1996-11-01 07:22:37 +00:00
bsd.prog.mk Fixed dependencies on libraries which I broke in rev.1.39 of 1996-09-28 06:01:01 +00:00
bsd.README Add support for ${CLEANDIRS} that will be rm -rf'ed during clean & cleandir. 1996-06-17 15:59:52 +00:00
bsd.sgml.mk update comments 1996-12-17 01:29:09 +00:00
bsd.subdir.mk Added a `checkdpadd' target to help check that ${DPADD} is consistent with 1996-09-20 16:17:07 +00:00
Makefile Centralized the definition of CWARNFLAGS into bsd.kern.mk. 1996-10-08 22:09:03 +00:00
sys.mk Revert changes to make the .y.c rule 'make -j n' safe. 1997-01-12 04:01:25 +00:00