Module Name:    src
Committed By:   christos
Date:           Tue Dec 17 19:12:50 UTC 2019

Modified Files:
        src/usr.bin/mail: Makefile

Log Message:
fix sun2


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/mail/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/mail/Makefile
diff -u src/usr.bin/mail/Makefile:1.39 src/usr.bin/mail/Makefile:1.40
--- src/usr.bin/mail/Makefile:1.39	Sun Oct 13 03:28:15 2019
+++ src/usr.bin/mail/Makefile	Tue Dec 17 14:12:50 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.39 2019/10/13 07:28:15 mrg Exp $
+#	$NetBSD: Makefile,v 1.40 2019/12/17 19:12:50 christos Exp $
 #	@(#)Makefile	8.3 (Berkeley) 4/20/95
 
 .include <bsd.own.mk>
@@ -52,8 +52,8 @@ CPPFLAGS+=	-DMIME_SUPPORT
 CPPFLAGS+=	-DCHARSET_SUPPORT
 .endif
 
-LDADD+=		-lmagic -lz
-DPADD+=		${LIBMAGIC} ${LIBZ}
+LDADD+=		-lmagic -llzma -lbz2 -lz
+DPADD+=		${LIBMAGIC} ${LIBLZMA} ${LIBBZ2} ${LIBZ}
 .endif
 .endif
 

Reply via email to