$NetBSD: patch-ab,v 1.1.1.1 2004/08/20 01:16:21 jschauma Exp $ --- Makefile.orig 2004-08-19 20:58:14.000000000 -0400 +++ Makefile 2004-08-19 20:58:38.000000000 -0400 @@ -1,5 +1,5 @@ poster: poster.c - gcc -O -o poster poster.c -lm + ${CC} ${CFLAGS} -o poster poster.c -lm # HPUX: cc -O -Aa -D_POSIX_SOURCE -o poster poster.c -lm # Note that this program might trigger a stupid bug in the HPUX C library,