NetBSD/usr.sbin/apmd/Makefile

12 lines
178 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 1997/10/18 06:42:35 lukem Exp $
1997-06-23 18:48:02 +04:00
.if ${MACHINE} == "i386"
PROG= apmd
SRCS= apmd.c apmsubr.c
1997-06-23 18:48:02 +04:00
.endif
MAN= apmd.8
MANSUBDIR=/i386
.include <bsd.prog.mk>