pkgsrc/comms/modemd/patches/patch-aa

19 lines
438 B
Text

$NetBSD: patch-aa,v 1.3 2002/11/20 07:01:06 jlam Exp $
--- common/Makefile.orig Mon Sep 9 17:11:06 1996
+++ common/Makefile
@@ -3,8 +3,13 @@ SRCS = mcap.c errwarn.c ttio.c lock.c at
LIB=modemd
# Don't need a profiled library...
NOPROFILE=
+NOPIC=
-CFLAGS += -I${.CURDIR}/.. -I${.CURDIR}/../include
+CPPFLAGS += -I${.CURDIR}/.. -I${.CURDIR}/../include
+
+install:
+
+libinstall:
.include "../Makefile.inc"
.include <bsd.lib.mk>