freebsd-dev/share/Makefile
Ruslan Ermilov 58faf4d04b New install-info(1) correctly fails to install ENTRY for file FOO
if ENTRY already exists for file FOO2 in /usr/share/info/dir.

So, re-init /usr/share/info/dir unconditionally at installworld.
2000-01-19 19:18:50 +00:00

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>