Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 1997/06/23 14:48:03 mrg Exp $ 2 3.if ${MACHINE} == "i386" 4SRCS= apmd.c apmsubr.c 5#LDADD+= -lutil 6#DPADD+= ${LIBUTIL} 7 8CFLAGS+= -g -O2 -Wmissing-prototypes -Wall 9PROG= apmd 10.endif 11 12MAN= apmd.8 13MANSUBDIR=/i386 14 15.include <bsd.prog.mk> 16# DO NOT DELETE THIS LINE -- make depend depends on it. 17