summaryrefslogtreecommitdiff
path: root/usr.sbin/hostatectl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/hostatectl/Makefile')
-rw-r--r--usr.sbin/hostatectl/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/usr.sbin/hostatectl/Makefile b/usr.sbin/hostatectl/Makefile
deleted file mode 100644
index cf9a63acd8b..00000000000
--- a/usr.sbin/hostatectl/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $OpenBSD: Makefile,v 1.1 2006/12/16 11:45:07 reyk Exp $
-
-.PATH: ${.CURDIR}/../hostated
-
-PROG= hostatectl
-SRCS= buffer.c imsg.c log.c hostatectl.c parser.c
-
-MAN= hostatectl.8
-
-CFLAGS+= -Wall -Werror -I${.CURDIR} -I${.CURDIR}/../hostated
-CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
-CFLAGS+= -Wmissing-declarations
-CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
-CFLAGS+= -Wsign-compare -Wbounded
-
-.include <bsd.prog.mk>