2016-01-21 23:40:00 +01:00

19 lines
404 B
Plaintext

$NetBSD: patch-aa,v 1.5 2014/07/25 15:35:01 jperkin Exp $
Pass through CFLAGS and LDFLAGS.
--- Makefile.in.orig 2005-01-26 04:15:06.000000000 +0000
+++ Makefile.in
@@ -1,8 +1,8 @@
-LIBS=@LIBS@
-CFLAGS=-O3 -Wall -include config.h
+LIBS=@LIBS@ ${LDFLAGS}
+CFLAGS+=-include config.h
CC=@CC@
-ALL: bnc mkpasswd
+all: bnc mkpasswd
mkpasswd:mkpasswd.c
${CC} ${CFLAGS} -o mkpasswd mkpasswd.c ${LIBS}