upas/smtp: cleanup mkfile

no need to list headers explicitely as they are implied by $HFILES.
This commit is contained in:
cinap_lenrek 2015-04-15 01:59:17 +02:00
parent 35e1aa1bfa
commit 88d7d8428a

View file

@ -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: