summaryrefslogtreecommitdiff
path: root/usr.sbin/apmd/Makefile
blob: 67ddfbdb1deb6b5057c6737810cae6993c01d8fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$OpenBSD: Makefile,v 1.4 2000/05/18 16:46:37 espie Exp $

.if ${MACHINE} == "i386"
SRCS=	apmd.c apmsubr.c

CFLAGS+=	-g  -O2 -Wmissing-prototypes -Wall
PROG=	apmd
.else
NOPROG=yes
.endif

MAN=	apmd.8
MANSUBDIR=i386

.include <bsd.prog.mk>