diff options
Diffstat (limited to 'usr.sbin/hotplugd/Makefile')
-rw-r--r-- | usr.sbin/hotplugd/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/hotplugd/Makefile b/usr.sbin/hotplugd/Makefile new file mode 100644 index 00000000000..ae891b74bdf --- /dev/null +++ b/usr.sbin/hotplugd/Makefile @@ -0,0 +1,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> |