From d66539fb980a85486b02855aaf56f0b667a86dc0 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Sun, 9 Mar 1997 23:10:56 +0000 Subject: [PATCH] Add comments. --- share/mk/bsd.port.subdir.mk | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/share/mk/bsd.port.subdir.mk b/share/mk/bsd.port.subdir.mk index ad3f05bb08c7..09dff44679d3 100644 --- a/share/mk/bsd.port.subdir.mk +++ b/share/mk/bsd.port.subdir.mk @@ -1,5 +1,37 @@ # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 # $Id$ +# +# The include file contains the default targets +# for building ports subdirectories. +# +# +# +++ variables +++ +# +# STRIP The flag passed to the install program to cause the binary +# to be stripped. This is to be used when building your +# own install script so that the entire system can be made +# stripped/not-stripped using a single knob. [-s] +# +# ECHO_MSG Used to print all the '===>' style prompts - override this +# to turn them off [echo]. +# +# OPSYS Get the operating system type [`uname -s`] +# +# SUBDIR A list of subdirectories that should be built as well. +# Each of the targets will execute the same target in the +# subdirectories. +# +# +# +++ targets +++ +# +# README.html: +# Creating README.html for package. +# +# afterinstall, all, beforeinstall, build, checksum, clean, +# configure, depend, describe, extract, fetch, fetch-list, +# install, package, readmes, realinstall, reinstall, tags +# + .MAIN: all