summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hotplugd/Makefile
blob: ae891b74bdf8fdab54d8f0d672cf0e6903575b00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $OpenBSD: Makefile,v 1.1 2004/05/30 08:28:28 grange Exp $

PROG=	hotplugd
SRCS=	hotplugd.c
MAN=	hotplugd.8

CFLAGS+= -Wall
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CLFAGS+= -Wmissing-declarations -Wredundant-decls
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual

.include <bsd.prog.mk>