summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.README
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-04-02 11:44:20 +0000
committerru <ru@FreeBSD.org>2001-04-02 11:44:20 +0000
commit755e4fa30b416226748e41463a162a6b7bab955d (patch)
treeb8f8aac04c7f38a23d0654dd275d7b25851ed7e2 /share/mk/bsd.README
parenta24ec299ea9604c83b151707b8879b3ef69b50d4 (diff)
downloadFreeBSD-src-755e4fa30b416226748e41463a162a6b7bab955d.zip
FreeBSD-src-755e4fa30b416226748e41463a162a6b7bab955d.tar.gz
Introduce ${PROGNAME}, the name that the program will be installed as,
if different from ${PROG}. (The name PROGNAME was stolen from NetBSD.) Reviewed by: bde
Diffstat (limited to 'share/mk/bsd.README')
-rw-r--r--share/mk/bsd.README3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index f68e31e..3032622 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -217,6 +217,9 @@ MAN Manual pages (should end in .1 - .9). If no MAN variable
PROG The name of the program to build. If not supplied, nothing
is built.
+PROGNAME The name that the above program will be installed as, if
+ different from ${PROG}.
+
SRCS List of source files to build the program. If SRCS is not
defined, it's assumed to be ${PROG}.c.
OpenPOWER on IntegriCloud