mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 19:24:22 -04:00
14 lines
393 B
Plaintext
14 lines
393 B
Plaintext
$NetBSD: patch-Makefile,v 1.1 2012/03/01 16:30:31 hans Exp $
|
|
|
|
--- Makefile.orig 2004-09-12 19:09:17.000000000 +0200
|
|
+++ Makefile 2012-03-01 16:29:15.402613772 +0100
|
|
@@ -6,7 +6,7 @@ INSTALL= install
|
|
all: ${PROG}
|
|
|
|
${PROG}: ${OFILES}
|
|
- ${CC} ${CFLAGS} -o ${PROG} ${OFILES}
|
|
+ ${CC} ${CFLAGS} -o ${PROG} ${OFILES} ${LDFLAGS} ${LIBS}
|
|
|
|
install:
|
|
install -c -m 755 ${PROG} ${PREFIX}/bin/${PROG}
|