NetBSD/usr.sbin/apm/Makefile

17 lines
295 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1997/10/03 05:39:03 mikel Exp $
1997-06-23 18:48:02 +04:00
.if ${MACHINE} == "i386"
PROG= apm
SRCS= apm.c apmsubr.c
.PATH: ${.CURDIR}/../apmd
CFLAGS+=-I${.CURDIR}/../apmd
WARNS?= 1
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>