diff options
Diffstat (limited to 'usr.bin/vacation')
-rw-r--r-- | usr.bin/vacation/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vacation/Makefile b/usr.bin/vacation/Makefile index f32e0c4c3b03..aa8e9bd47917 100644 --- a/usr.bin/vacation/Makefile +++ b/usr.bin/vacation/Makefile @@ -22,7 +22,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> |