diff options
author | wosch <wosch@FreeBSD.org> | 1997-02-08 23:24:10 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-02-08 23:24:10 +0000 |
commit | 5c826777577a21554fbbfc9da8b0e2dbda4513a4 (patch) | |
tree | e9342e57037113e8d0cf4eb7898890864601c82c /sbin/md5 | |
parent | 865b89e27e59d29eda6c8ee5740aec88a26668c0 (diff) | |
download | FreeBSD-src-5c826777577a21554fbbfc9da8b0e2dbda4513a4.zip FreeBSD-src-5c826777577a21554fbbfc9da8b0e2dbda4513a4.tar.gz |
/usr/lib/libmd.a -> ${LIBMD}
Diffstat (limited to 'sbin/md5')
-rw-r--r-- | sbin/md5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile index 8c53af2..efbd7a4 100644 --- a/sbin/md5/Makefile +++ b/sbin/md5/Makefile @@ -4,6 +4,6 @@ PROG= md5 SRCS= md5.c LDADD+= -lmd -DPADD+= /usr/lib/libmd.a +DPADD+= ${LIBMD} .include <bsd.prog.mk> |