NetBSD/usr.sbin/apmd/Makefile

15 lines
215 B
Makefile
Raw Normal View History

1999-06-06 06:52:16 +04:00
# $NetBSD: Makefile,v 1.6 1999/06/06 03:17:23 thorpej 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
1999-06-06 06:52:16 +04:00
LDADD+= -lutil
DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>