summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.port.subdir.mk
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-03-09 23:10:56 +0000
committerwosch <wosch@FreeBSD.org>1997-03-09 23:10:56 +0000
commitc9975cee77030389d576b1ff1e2f57d68edd0574 (patch)
tree0291663cb39f69692189f553d951a070796f9715 /share/mk/bsd.port.subdir.mk
parent88b3e6188dcd69aaa8ed676bc2c8424e9cb070f3 (diff)
downloadFreeBSD-src-c9975cee77030389d576b1ff1e2f57d68edd0574.zip
FreeBSD-src-c9975cee77030389d576b1ff1e2f57d68edd0574.tar.gz
Add comments.
Diffstat (limited to 'share/mk/bsd.port.subdir.mk')
-rw-r--r--share/mk/bsd.port.subdir.mk32
1 files changed, 32 insertions, 0 deletions
diff --git a/share/mk/bsd.port.subdir.mk b/share/mk/bsd.port.subdir.mk
index ad3f05b..09dff44 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 <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
OpenPOWER on IntegriCloud