summaryrefslogtreecommitdiff
path: root/usr.sbin/apmd/Makefile
blob: 4683257288334a17f55da136cf2c0c730890b460 (plain)
1
2
3
4
5
6
7
8
9
# $Id: Makefile,v 1.2 1997/03/26 00:35:50 deraadt Exp $

SRCS=	apmd.c apmsubr.c

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

.include <bsd.prog.mk>