[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.sbin / apmd

File: [local] / src / usr.sbin / apmd / Makefile (download)

Revision 1.5, Thu Sep 21 14:59:40 2000 UTC (23 years, 8 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.4: +1 -2 lines

do not hardcode -g -O2 etc. into CFLAGS; pointed out by brad@

#	$OpenBSD: Makefile,v 1.5 2000/09/21 14:59:40 mickey Exp $

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

PROG=	apmd
.else
NOPROG=yes
.endif

MAN=	apmd.8
MANSUBDIR=i386

.include <bsd.prog.mk>