mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 22:11:24 -04:00
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
$NetBSD: patch-ag,v 1.3 2012/02/16 17:32:45 hans Exp $
|
|
|
|
--- outgoing/Makefile.orig Tue Sep 10 03:08:00 1996
|
|
+++ outgoing/Makefile Tue Mar 3 17:19:07 1998
|
|
@@ -8,7 +8,7 @@
|
|
CFLAGS += -I${.CURDIR}/.. -I${.CURDIR}/../include
|
|
|
|
DPADD = ${LIBDIR}/libmodemd.a
|
|
-LDADD = ${DPADD}
|
|
+LDADD = ${DPADD} ${LIBS}
|
|
|
|
.include "../Makefile.inc"
|
|
.include <bsd.prog.mk>
|