comparison Makefile.test @ 75:1142e46be550

start coding on new config syntax
author carl
date Wed, 13 Jul 2005 23:04:14 -0700
parents 96a9758165cd
children
comparison
equal deleted inserted replaced
74:b7449114ebb0 75:1142e46be550
13 @chown root:smmsp *.db 13 @chown root:smmsp *.db
14 14
15 userdb.db : userdb 15 userdb.db : userdb
16 @makemap btree $@ < $< 16 @makemap btree $@ < $<
17 17
18 access : access.header access.common access.510sg access.davd
19 cat access.header access.510sg access.common >access
20 cat access.header access.davd access.common | ssh mail3.davdgrp.com 'cat >/etc/mail/access'
21 ssh mail3.davdgrp.com '(cd /usr/src; sh makesendmailtable.bat)'
22 rm -f /home/httpd/html/510sg/bogus.list
23 cp access /home/httpd/html/510sg/bogus.list
24 scp access ns1:/home/httpd/html/510sg/bogus.list
25
26 %.db : % 18 %.db : %
27 @makemap hash $@ < $< 19 @makemap hash $@ < $<
28 20
29 %.cf : %.mc 21 %.cf : %.mc
30 @if test -f /usr/share/sendmail-cf/m4/cf.m4; then \ 22 @if test -f /usr/share/sendmail-cf/m4/cf.m4; then \