summaryrefslogtreecommitdiff
path: root/usr.sbin/mailstats
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-11-25 19:44:43 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-11-25 19:44:43 +0000
commitb791fbe6302023b0cf00807865059c8f016fe5dc (patch)
treee3f49e2ae9774752cf0d572a4d4dd49a8bf8f14c /usr.sbin/mailstats
parenta2d333f3403f0a4cb754d38e9caf395ab3d319a6 (diff)
downloadsrc-test2-b791fbe6302023b0cf00807865059c8f016fe5dc.tar.gz
src-test2-b791fbe6302023b0cf00807865059c8f016fe5dc.zip
Notes
Diffstat (limited to 'usr.sbin/mailstats')
-rw-r--r--usr.sbin/mailstats/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mailstats/Makefile b/usr.sbin/mailstats/Makefile
index a7911a272f25..3d03ff831fb3 100644
--- a/usr.sbin/mailstats/Makefile
+++ b/usr.sbin/mailstats/Makefile
@@ -24,7 +24,7 @@ DPADD+= ${SENDMAIL_DPADD}
LDADD+= ${SENDMAIL_LDADD}
LDFLAGS+= ${SENDMAIL_LDFLAGS}
-sm_os.h:
- ln -sf ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h sm_os.h
+sm_os.h: ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h .NOMETA
+ ln -sf ${.ALLSRC} ${.TARGET}
.include <bsd.prog.mk>