freebsd-dev/share/man/man4/man4.arm/Makefile
Glen Barber 6a361cbec2 Include architecture-specific manuals in the runtime-manuals package.
Sponsored by:	The FreeBSD Foundation
2016-01-21 16:50:16 +00:00

18 lines
205 B
Makefile

# $FreeBSD$
PACKAGE=runtime-manuals
MAN= cgem.4 \
devcfg.4 \
mge.4 \
npe.4 \
ti_adc.4
MLINKS= cgem.4 if_cgem.4
MLINKS+= mge.4 if_mge.4
MLINKS+=npe.4 if_npe.4
MANSUBDIR=/arm
.include <bsd.prog.mk>