diff options
Diffstat (limited to 'sbin/md5/Makefile')
-rw-r--r-- | sbin/md5/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile index 938141e..3522128 100644 --- a/sbin/md5/Makefile +++ b/sbin/md5/Makefile @@ -6,6 +6,4 @@ PROG= md5 LDADD+= -lmd DPADD+= ${LIBMD} -WARNS?= 2 - .include <bsd.prog.mk> |