Deleted Added
full compact
2c2
< # $FreeBSD: head/bin/rmail/Makefile 270168 2014-08-19 15:04:32Z bdrewery $
---
> # $FreeBSD: head/bin/rmail/Makefile 275028 2014-11-25 11:15:40Z bapt $
17,18c17
< LIBSMDIR= ${.OBJDIR}/../../lib/libsm
< LIBSM= ${LIBSMDIR}/libsm.a
---
> LIBADD= sm
20,22d18
< DPADD= ${LIBSM}
< LDADD= ${LIBSM}
<