diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-19 16:56:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-05-19 16:56:49 +0000 |
commit | 08ebc650a3636ae13b457c1b42ad378e14d29578 (patch) | |
tree | 8066464d455c92569f094918ffe704260e2a6977 /usr.sbin/sendmail/Makefile | |
parent | d0f020eca75531940d998461334bc24421a501dd (diff) |
install contents of sendmail/cf as /usr/share/sendmail so users can generate sendmail .cf files w/o a source tree
Diffstat (limited to 'usr.sbin/sendmail/Makefile')
-rw-r--r-- | usr.sbin/sendmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index 5fa143d09de..08634bd5fc9 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.4 1997/09/21 11:44:21 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 1998/05/19 16:56:48 millert Exp $ SUBDIR= src smrsh mailstats makemap praliases cf/cf .if make(install) -SUBDIR+= doc/intro doc/op +SUBDIR+= doc/intro doc/op cf .endif .include <bsd.subdir.mk> |