summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2018-04-26 12:14:04 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2018-04-26 12:14:04 +0000
commitabfe5c7bd1d99a5d063986eb36237da35279dc74 (patch)
tree9e7221fb9054fc897fc5ef2f26c82e377058dcd5 /usr.sbin/smtpd
parent37d2c3d21ac4e290245959e7934180ea08250c64 (diff)
remove unused Makefile
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r--usr.sbin/smtpd/mail/mail.file/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/usr.sbin/smtpd/mail/mail.file/Makefile b/usr.sbin/smtpd/mail/mail.file/Makefile
deleted file mode 100644
index e2996b89df7..00000000000
--- a/usr.sbin/smtpd/mail/mail.file/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-.PATH: ${.CURDIR}/../..
-
-PROG= mail.file
-BINOWN= root
-BINGRP= wheel
-
-BINMODE?=0555
-
-BINDIR= /usr/libexec
-MAN= mail.file.8
-
-CFLAGS+= -fstack-protector-all
-CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
-CFLAGS+= -Wmissing-declarations
-CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
-CFLAGS+= -Wsign-compare
-CFLAGS+= -Werror-implicit-function-declaration
-
-SRCS= mail.file.c
-
-.include <bsd.prog.mk>