Makefile revision 211725
1# $FreeBSD: head/usr.sbin/apm/Makefile 211725 2010-08-23 22:24:11Z imp $
2
3PROG=	apm
4MAN=	apm.8
5MLINKS=	apm.8 apmconf.8
6MANSUBDIR= /${MACHINE_CPUARCH}
7
8.include <bsd.prog.mk>
9