NetBSD/usr.sbin/apm/Makefile

16 lines
316 B
Makefile
Raw Normal View History

2002-06-18 09:24:44 +04:00
# $NetBSD: Makefile,v 1.9 2002/06/18 05:24:44 itojun Exp $
2002-06-18 09:24:44 +04:00
.if (${MACHINE} == "i386" || ${MACHINE} == "macppc")
PROG= apm
SRCS= apm.c apmsubr.c
.PATH: ${.CURDIR}/../apmd
1997-10-23 10:27:34 +04:00
CPPFLAGS+=-I${.CURDIR}/../apmd
LINKS= ${BINDIR}/apm ${BINDIR}/zzz
1997-06-23 18:48:02 +04:00
.endif
MAN= apm.8
MANSUBDIR=/i386
MLINKS= apm.8 zzz.8
.include <bsd.prog.mk>