summaryrefslogtreecommitdiff
path: root/share/mk/bsd.README
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-11-30 20:24:44 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-11-30 20:24:44 +0000
commit63d8472bc0dd568940a95ed1ef62500e2433476a (patch)
tree685900427e842696c581844bfaafca4d8431fc5f /share/mk/bsd.README
parent97cab30be643e71a555c6bd9fa2547a2788d923b (diff)
downloadsrc-test2-63d8472bc0dd568940a95ed1ef62500e2433476a.tar.gz
src-test2-63d8472bc0dd568940a95ed1ef62500e2433476a.zip
If SRCS is not defined assume ${PROG}.c, not when PROG isn't defined.
Notes
Notes: svn path=/head/; revision=53965
Diffstat (limited to 'share/mk/bsd.README')
-rw-r--r--share/mk/bsd.README2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.README b/share/mk/bsd.README
index 6a0cee323eb6..c3148767149b 100644
--- a/share/mk/bsd.README
+++ b/share/mk/bsd.README
@@ -216,7 +216,7 @@ MAN1...MAN8 Manual pages (should end in .0). If no MAN variable is
PROG The name of the program to build. If not supplied, nothing
is built.
-SRCS List of source files to build the program. If PROG is not
+SRCS List of source files to build the program. If SRCS is not
defined, it's assumed to be ${PROG}.c.
DPADD Additional dependencies for the program. Usually used for