diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-18 20:20:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-18 20:20:53 +0800 |
commit | d5703b80fd0694d3c48c0afada5f08c87dbc7d33 (patch) | |
tree | 7a4b4ba1d43dcf8a931fa48667e7dd0ea56f14a4 /Mk/bsd.port.subdir.mk | |
parent | bdcf83e3f73d5346a2ab3384742d59303bc230e5 (diff) | |
download | freebsd-ports-gnome-d5703b80fd0694d3c48c0afada5f08c87dbc7d33.tar.gz freebsd-ports-gnome-d5703b80fd0694d3c48c0afada5f08c87dbc7d33.tar.zst freebsd-ports-gnome-d5703b80fd0694d3c48c0afada5f08c87dbc7d33.zip |
tabspace: 8
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index a9601be3d915..cd51cc1c5410 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -1,6 +1,3 @@ -#-*- tab-width: 4; -*- -# ex:ts=4 -# # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 # $FreeBSD$ # @@ -10,16 +7,16 @@ # # +++ 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] +# 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] # -# OPSYS - Get the operating system type [`uname -s`] +# 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. +# SUBDIR - A list of subdirectories that should be built as well. +# Each of the targets will execute the same target in the +# subdirectories. # # # +++ targets +++ |