sbin/hammer: Have consistent naming for buffer variables
[dragonfly.git] / share / man / man8 / Makefile
blob4d6f654cd7c39b0f61285a87deb73b275e65de35
1 # @(#)Makefile 8.1 (Berkeley) 6/5/93
2 # $FreeBSD: src/share/man/man8/Makefile,v 1.13.2.12 2002/07/16 14:05:30 ru Exp $
4 MAN= adding_user.8 \
5 crash.8 \
6 dhcp.8 \
7 diskless.8 \
8 intro.8 \
9 rc.8 \
10 rc.sendmail.8 \
11 rc.subr.8 \
12 sticky.8 \
13 swapcache.8 \
14 ${_uefi.8} \
15 yp.8
17 MLINKS= rc.8 rc.d.8 \
18 rc.8 rc.firewall.8 \
19 rc.8 rc.local.8 \
20 rc.8 rc.shutdown.8 \
21 rc.8 rc.shutdown.local.8
22 MLINKS+=yp.8 nis.8 \
23 yp.8 NIS.8 \
24 yp.8 YP.8
26 .if ${MACHINE_ARCH} == "x86_64"
27 _uefi.8= uefi.8
28 .endif
30 .include <bsd.prog.mk>