aboutsummaryrefslogtreecommitdiff
path: root/bin/rmail
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rmail')
-rw-r--r--bin/rmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile
index a74898f853c7..421a6ffa6d8d 100644
--- a/bin/rmail/Makefile
+++ b/bin/rmail/Makefile
@@ -29,7 +29,7 @@ LDFLAGS+=${SENDMAIL_LDFLAGS}
# following:
# CFLAGS+= -DQUEUE_ONLY
-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>