NetBSD/usr.sbin/apmd/Makefile

17 lines
313 B
Makefile
Raw Normal View History

1997-06-23 18:48:02 +04:00
# $NetBSD: Makefile,v 1.3 1997/06/23 14:48:03 mrg Exp $
1997-06-23 18:48:02 +04:00
.if ${MACHINE} == "i386"
SRCS= apmd.c apmsubr.c
#LDADD+= -lutil
1997-03-25 01:02:40 +03:00
#DPADD+= ${LIBUTIL}
CFLAGS+= -g -O2 -Wmissing-prototypes -Wall
PROG= apmd
1997-06-23 18:48:02 +04:00
.endif
MAN= apmd.8
MANSUBDIR=/i386
.include <bsd.prog.mk>
# DO NOT DELETE THIS LINE -- make depend depends on it.