diff options
author | Bob Beck <beck@cvs.openbsd.org> | 1997-12-12 05:55:24 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 1997-12-12 05:55:24 +0000 |
commit | 298f59bf3a075fb865e4dd1b413b4a991fa6e053 (patch) | |
tree | 17d41933f972398674204991f1ec38672f87f20e /libexec/smtpd/smtpfwdd/Makefile | |
parent | e57c46f7a7ace473359eb9041026dd8bab6a7d87 (diff) |
Build directories and makefile for smtpd
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> |