upas/smtp: cleanup mkfile
no need to list headers explicitely as they are implied by $HFILES.
This commit is contained in:
parent
35e1aa1bfa
commit
88d7d8428a
1 changed files with 2 additions and 6 deletions
|
@ -31,16 +31,12 @@ CFLAGS=$CFLAGS -I../common -D'SPOOL="/mail"'
|
|||
$O.smtpd: smtpd.tab.$O rmtdns.$O spam.$O rfc822.tab.$O greylist.$O
|
||||
$O.smtp: rfc822.tab.$O mxdial.$O
|
||||
|
||||
smtpd.$O: smtpd.h
|
||||
|
||||
smtp.$O to.$O: smtp.h
|
||||
|
||||
smtpd.tab.c: smtpd.y smtpd.h
|
||||
smtpd.tab.c: smtpd.y
|
||||
yacc -o xxx smtpd.y
|
||||
sed 's/yy/zz/g' < xxx > $target
|
||||
rm xxx
|
||||
|
||||
rfc822.tab.c: rfc822.y smtp.h
|
||||
rfc822.tab.c: rfc822.y
|
||||
yacc -d -o $target rfc822.y
|
||||
|
||||
clean:V:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue