aboutsummaryrefslogtreecommitdiffstats
path: root/mk/smtpd
diff options
context:
space:
mode:
authorCharles Longeau <github@chl.be>2013-11-05 13:55:22 +0100
committerCharles Longeau <github@chl.be>2013-11-05 13:55:22 +0100
commit68bc0528e275ff93a23a5926d9f198ae4968e626 (patch)
tree36c7f06ed0bc96a2c183aa47dc357330079c260c /mk/smtpd
parentmake distcheck happy (diff)
downloadOpenSMTPD-68bc0528e275ff93a23a5926d9f198ae4968e626.tar.xz
OpenSMTPD-68bc0528e275ff93a23a5926d9f198ae4968e626.zip
fix 'error: '#' comment at start of rule is unportable'
Diffstat (limited to 'mk/smtpd')
-rw-r--r--mk/smtpd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/smtpd/Makefile.am b/mk/smtpd/Makefile.am
index e313e851..2b3ae3b2 100644
--- a/mk/smtpd/Makefile.am
+++ b/mk/smtpd/Makefile.am
@@ -179,7 +179,7 @@ install-exec-hook: $(CONFIGFILES) $(MANPAGES)
uninstall-hook:
# XXX to make "make distcheck" happy we need to rm smtpd.conf
- # rm $(DESTDIR)$(sysconfdir)/smtpd.conf
+# rm $(DESTDIR)$(sysconfdir)/smtpd.conf
rm -f $(DESTDIR)$(mandir)/$(mansubdir)5/aliases.5 \
$(DESTDIR)$(mandir)/$(mansubdir)5/forward.5 \
$(DESTDIR)$(mandir)/$(mansubdir)5/table.5 \