summaryrefslogtreecommitdiff
path: root/usr.sbin/ctm/ctm_smail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ctm/ctm_smail/Makefile')
-rw-r--r--usr.sbin/ctm/ctm_smail/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/ctm/ctm_smail/Makefile b/usr.sbin/ctm/ctm_smail/Makefile
new file mode 100644
index 00000000000..e9eb84680ba
--- /dev/null
+++ b/usr.sbin/ctm/ctm_smail/Makefile
@@ -0,0 +1,7 @@
+PROG= ctm_smail
+SRCS= ctm_smail.c error.c
+NOMAN= 1
+CFLAGS+= -Wall -I${.CURDIR}/../ctm_rmail
+.PATH: ${.CURDIR}/../ctm_rmail
+
+.include <bsd.prog.mk>