summaryrefslogtreecommitdiff
path: root/usr.sbin/apmd/Makefile
blob: 7b8f69640c61fb4ade57cb97a9f58529a902c291 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $Id: Makefile,v 1.1 1996/04/29 13:08:42 hvozda Exp $

SRCS=	apmd.c apmsubr.c
#LDADD+=	-lutil

CFLAGS+=	-g  -O2 -Wmissing-prototypes -Wall
PROG=	apmd
MAN=	apmd.8

.include <bsd.prog.mk>
# DO NOT DELETE THIS LINE -- make depend depends on it.