1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/share
Wolfram Schneider 2504f8dc98 target(__target) -> target(${__target})
PR: bin/4736
Submitted by: Martin Kammerhofer <dada@sbox.tu-graz.ac.at>

Index: bsd.subdir.mk
===================================================================
RCS file: /usr/cvs/src/share/mk/bsd.subdir.mk,v
retrieving revision 1.18
diff -u -r1.18 bsd.subdir.mk
--- bsd.subdir.mk	1997/06/21 15:40:34	1.18
+++ bsd.subdir.mk	1997/11/09 18:04:33
@@ -59,7 +59,7 @@

 .for __target in all checkdpadd clean cleandir depend lint \
 		 maninstall obj objlink
-.if !target(__target)
+.if !target(${__target})
 ${__target}: _SUBDIRUSE
 .endif
 .endfor
1997-11-15 13:09:52 +00:00
..
colldef Add Slovene link 1997-11-07 15:40:55 +00:00
dict
doc Make fix for PR 4883 consistent with other similar cases. 1997-11-09 00:48:01 +00:00
examples Add a little example on libvgl usage. 1997-10-16 07:29:26 +00:00
info
man state that "kernel includes" ==> sys/*.h 1997-11-12 06:29:10 +00:00
me
misc Submitted by: Terry Lambert 1997-11-05 02:32:17 +00:00
mk target(__target) -> target(${__target}) 1997-11-15 13:09:52 +00:00
mklocale Add Slovene link 1997-11-07 15:40:55 +00:00
skel Set `crt' by default to make mail(1) happy. 1997-09-26 08:28:31 +00:00
syscons Add Slovenian keyboard 1997-11-07 15:55:07 +00:00
tabset
termcap Describe all know capabilities now 1997-09-20 01:10:28 +00:00
timedef Add Slovenian data 1997-11-07 15:46:45 +00:00
zoneinfo Merge changes from vendor branch. 1997-10-25 18:27:25 +00:00
Makefile Remove SGML tools from -current. 1997-07-19 15:19:08 +00:00
Makefile.inc