summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.README
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-11-30 20:24:44 +0000
committermharo <mharo@FreeBSD.org>1999-11-30 20:24:44 +0000
commiteac7641dd48385d542aa6dcd6ba05ab82edb476e (patch)
tree3e1108105c830715524701f3b9371bf628e271f4 /share/mk/bsd.README
parentb573ebb022312772ef70f5fca881ebf729c2cc5b (diff)
downloadFreeBSD-src-eac7641dd48385d542aa6dcd6ba05ab82edb476e.zip
FreeBSD-src-eac7641dd48385d542aa6dcd6ba05ab82edb476e.tar.gz
If SRCS is not defined assume ${PROG}.c, not when PROG isn't defined.
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 6a0cee3..c314876 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
OpenPOWER on IntegriCloud