mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
$NetBSD: patch-ag,v 1.1.1.1 2001/05/15 09:46:37 agc Exp $
|
|
|
|
--- tools/rc/Makefile.in.orig Sun Mar 21 02:47:49 1999
|
|
+++ tools/rc/Makefile.in Sun May 13 10:38:04 2001
|
|
@@ -20,6 +20,8 @@
|
|
|
|
include $(blddir)/Make.rules
|
|
|
|
+CFLAGS += -D__INCPATH__=\"${prefix}/include\"
|
|
+
|
|
$(target): $(OBJS)
|
|
$(CC) $(LDFLAGS) -o $@ $(OBJS)
|
|
|