Makefile revision 129784
1# $FreeBSD: head/usr.sbin/apm/Makefile 129784 2004-05-27 19:23:27Z njl $
2
3PROG=	apm
4MAN=	apm.8
5MLINKS=	apm.8 apmconf.8
6MANSUBDIR= /i386
7WARNS?=	6
8
9.include <bsd.prog.mk>
10