f11fd9f2ab
nn is a menu based (point and shoot) netnews reader with a complete set of features to satisfy both the expert and the novice user. Since its first release in Denmark in 1984 (!), in Europe in 1988, and the global release in June 1989, it has replaced rn and other well-known news readers at many sites. from aaron w. hsu (MAINTAINER) with tweaks by ajacoutot@ and me
18 lines
476 B
Plaintext
18 lines
476 B
Plaintext
$OpenBSD: patch-xmakefile,v 1.1.1.1 2008/11/17 08:42:13 jasper Exp $
|
|
--- xmakefile.orig Thu Mar 31 09:47:29 2005
|
|
+++ xmakefile Wed Sep 24 18:45:31 2008
|
|
@@ -51,10 +51,9 @@
|
|
* Notice: ymakefile is made from xmakefile by the Makefile.
|
|
*
|
|
|
|
-CC = COMPILER
|
|
-CPP = PREPROC
|
|
-LDFLAGS = LDEBUG LOADER_FLAGS EXTRA_LIB
|
|
-CFLAGS = -Iconf COMPILER_FLAGS CDEBUG
|
|
+CPP ?= PREPROC
|
|
+LDFLAGS += LDEBUG LOADER_FLAGS EXTRA_LIB
|
|
+CFLAGS += -Iconf COMPILER_FLAGS CDEBUG
|
|
|
|
*
|
|
* Resulting programs
|