Makefile revision 1.6
1#	$NetBSD: Makefile,v 1.6 1999/06/06 03:17:23 thorpej Exp $
2
3.if ${MACHINE} == "i386"
4PROG=	apmd
5SRCS=	apmd.c apmsubr.c
6.endif
7
8MAN=	apmd.8
9MANSUBDIR=/i386
10
11LDADD+=	-lutil
12DPADD+=	${LIBUTIL}
13
14.include <bsd.prog.mk>
15