diff options
Diffstat (limited to 'bin/rmail')
-rw-r--r-- | bin/rmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile index a74898f..421a6ff 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> |