--- Makefile.orig	Tue Feb  7 09:45:21 2006
+++ Makefile	Tue Feb  7 09:47:11 2006
@@ -8,25 +8,25 @@
 #	Licensed under the GNU Public License.
 #
 
-CC      = gcc
-CFLAGS  = -W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
-          -Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef
+CFLAGS+=	-W -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual \
+		-Wcast-align -Wwrite-strings -Wmissing-prototypes -Winline -Wundef
+CFLAGS+=	${CPPFLAGS}
 #CFLAGS += -DBIGENDIAN
 #CFLAGS += -DALIGNMENT_WORKAROUND
 
 # When debugging, disable -O2 and enable -g.
-CFLAGS += -O2
+#CFLAGS += -O2
 #CFLAGS += -g
 
 # Pass linker flags here
-LDFLAGS =
+LDFLAGS+=
 
 DESTDIR =
-prefix  = /usr/local
+prefix  = $(PREFIX)
 sbindir = $(prefix)/sbin
-mandir  = $(prefix)/share/man
+mandir  = $(MANPREFIX)/man
 man8dir = $(mandir)/man8
-docdir  = $(prefix)/share/doc/dmidecode
+docdir  = $(DOCSDIR)
 
 INSTALL         := install
 INSTALL_DATA    := $(INSTALL) -m 644


syntax highlighted by Code2HTML, v. 0.9.1