1# $NetBSD: Makefile,v 1.1 1996/08/25 23:40:57 jtk Exp $ 2 3SRCS= apmd.c apmsubr.c 4#LDADD+= -lutil 5 6CFLAGS+= -g -O2 -Wmissing-prototypes -Wall 7PROG= apmd 8MAN= apmd.8 9MANSUBDIR=/i386 10 11.include <bsd.prog.mk> 12# DO NOT DELETE THIS LINE -- make depend depends on it. 13