Makefile revision 3259
1#	$Id$
2
3PROG=		apm
4# CFLAGS+=	-I/sys/i386/include
5# BINGRP=		apm
6# BINMODE=	550
7LINKS=		${DESTDIR}/usr/sbin/apm ${DESTDIR}/usr/sbin/zzz
8NOMAN=		1
9
10.include <bsd.prog.mk>
11