1984263bcSMatthew Dillon# @(#)Makefile 8.1 (Berkeley) 6/5/93 2984263bcSMatthew Dillon# $FreeBSD: src/share/man/man8/Makefile,v 1.13.2.12 2002/07/16 14:05:30 ru Exp $ 3984263bcSMatthew Dillon 4*bde8bb86SEitan AdlerMAN= crash.8 \ 5334e7758SSascha Wildner dhcp.8 \ 6984263bcSMatthew Dillon diskless.8 \ 7984263bcSMatthew Dillon intro.8 \ 8984263bcSMatthew Dillon rc.8 \ 9984263bcSMatthew Dillon rc.sendmail.8 \ 10e7f8b8c3SRobert Garrett rc.subr.8 \ 11984263bcSMatthew Dillon sticky.8 \ 123ffc7051SMatthew Dillon swapcache.8 \ 13d195d509SSascha Wildner ${_uefi.8} \ 14984263bcSMatthew Dillon yp.8 15984263bcSMatthew Dillon 16abd1fc19SSascha WildnerMLINKS= rc.8 rc.d.8 \ 17abd1fc19SSascha Wildner rc.8 rc.firewall.8 \ 18abd1fc19SSascha Wildner rc.8 rc.local.8 \ 19abd1fc19SSascha Wildner rc.8 rc.shutdown.8 \ 20abd1fc19SSascha Wildner rc.8 rc.shutdown.local.8 21abd1fc19SSascha WildnerMLINKS+=yp.8 nis.8 \ 22abd1fc19SSascha Wildner yp.8 NIS.8 \ 23abd1fc19SSascha Wildner yp.8 YP.8 24984263bcSMatthew Dillon 25d195d509SSascha Wildner.if ${MACHINE_ARCH} == "x86_64" 26d195d509SSascha Wildner_uefi.8= uefi.8 27d195d509SSascha Wildner.endif 28d195d509SSascha Wildner 29984263bcSMatthew Dillon.include <bsd.prog.mk> 30