summaryrefslogtreecommitdiff
path: root/comms/modemd/patches/patch-aa
blob: 0a7d8684abb04d17019fcd71a2e7bc2ee415dada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$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>