58faf4d04b
if ENTRY already exists for file FOO2 in /usr/share/info/dir. So, re-init /usr/share/info/dir unconditionally at installworld.
10 lines
258 B
Makefile
10 lines
258 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
# Do not include `info' in the SUBDIR list, it is handled separately.
|
|
|
|
SUBDIR= colldef dict doc examples isdn man me misc mk mklocale skel \
|
|
syscons tabset termcap timedef zoneinfo
|
|
|
|
.include <bsd.subdir.mk>
|