diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-03-09 23:10:56 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-03-09 23:10:56 +0000 |
commit | 8750949f57e1d20cacc5acd103c56cdb70a01f4c (patch) | |
tree | ff7fef3292eab9a10bef368037a747c2e99a6af9 /Mk/bsd.port.subdir.mk | |
parent | 4c769fc55987f20e7695d353bc1ee7671e21add2 (diff) | |
download | ports-8750949f57e1d20cacc5acd103c56cdb70a01f4c.tar.gz ports-8750949f57e1d20cacc5acd103c56cdb70a01f4c.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index ad3f05bb08c7..09dff44679d3 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -1,5 +1,37 @@ # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 # $Id$ +# +# The include file <bsd.port.subdir.mk> 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 |