Deleted Added
full compact
1c1
< # $FreeBSD: head/share/mk/bsd.info.mk 94940 2002-04-17 13:49:29Z ru $
---
> # $FreeBSD: head/share/mk/bsd.info.mk 95306 2002-04-23 09:03:56Z ru $
75,76d74
< # maninstall:
< # Dummy target, do nothing.
78d75
< #
140c137
< all: ${IFILES} _SUBDIR
---
> all: ${IFILES}
143c140
< all: ${IFILES} _SUBDIR
---
> all: ${IFILES}
168c165
< distribute: _SUBDIR
---
> distribute:
193c190
< install: ${INSTALLINFODIRS} _SUBDIR
---
> install: ${INSTALLINFODIRS}
211,222d207
< .if !target(all-man)
< all-man: _SUBDIR
< .endif
<
< .if !target(maninstall)
< maninstall: _SUBDIR
< .endif
<
< .if !target(regress)
< regress:
< .endif
<