diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-07 07:05:51 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-07 07:05:51 +0000 |
commit | 3757cb7158c16c96ad85b7bd40d65c91935fd8d3 (patch) | |
tree | 1a232c7c541c3824f162100a474d77e6cbf59bbf /misc/nut/files/patch-Makefile | |
parent | - Allow to disable IPv6 support [1] (diff) |
Update to 10.0
Diffstat (limited to 'misc/nut/files/patch-Makefile')
-rw-r--r-- | misc/nut/files/patch-Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/nut/files/patch-Makefile b/misc/nut/files/patch-Makefile deleted file mode 100644 index 069527271f9e..000000000000 --- a/misc/nut/files/patch-Makefile +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig Tue Apr 29 05:48:48 2003 -+++ Makefile Sun May 4 05:50:02 2003 -@@ -1,8 +1,8 @@ - objects := $(patsubst %.c,%.o,$(wildcard *.c)) - --CFLAGS= -O3 -Wall -pedantic -ansi -DNUTDIR=\".nutdb\" -DFOODDIR=\"/usr/local/lib/nut\" -+CFLAGS+= -Wall -pedantic -ansi -DNUTDIR=\".nutdb\" -DFOODDIR=\"%%PREFIX%%/etc/nut\" - --nut: $(objects) -+all: $(objects) - gcc ${CFLAGS} -lm -o nut $(objects) - strip nut - |