diff options
Diffstat (limited to 'libexec/smtpd/smtpfwdd/Makefile')
-rw-r--r-- | libexec/smtpd/smtpfwdd/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libexec/smtpd/smtpfwdd/Makefile b/libexec/smtpd/smtpfwdd/Makefile new file mode 100644 index 00000000000..de5b667c33b --- /dev/null +++ b/libexec/smtpd/smtpfwdd/Makefile @@ -0,0 +1,14 @@ +# from: @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $OpenBSD: Makefile,v 1.1 1997/12/12 05:55:22 beck Exp $ + +PROG= smtpfwdd +CFLAGS+=-I${.CURDIR}/../src +SRCS= smtpfwdd.c +BINOWN= root +BINGRP= daemon +BINMODE=500 +BINDIR= /usr/libexec +MAN= smtpfwdd.8 +.PATH: ${.CURDIR}/../src + +.include <bsd.prog.mk> |