aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2009-04-22 13:27:44 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2009-04-22 13:27:44 +0000
commit0e2e3405a6a2ce6bdfb5761eee53e87faaaf970b (patch)
treec2072ca5edc9b82a6303bdbfd7f277cab43dedfc /examples
parentb94e7e7cab56608742565a50b402c0a5aa40a42a (diff)
downloadsg3_utils-0e2e3405a6a2ce6bdfb5761eee53e87faaaf970b.tar.gz
switch SG3_UTILS_* to SG_LIB_*
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@257 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.freebsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.freebsd b/examples/Makefile.freebsd
index 6f0e2265..fe815188 100644
--- a/examples/Makefile.freebsd
+++ b/examples/Makefile.freebsd
@@ -12,7 +12,7 @@ EXECS = sg_simple5
MAN_PGS =
MAN_PREF = man8
-OS_FLAGS = -DSG3_UTILS_FREEBSD
+OS_FLAGS = -DSG_LIB_FREEBSD
EXTRA_FLAGS = $(OS_FLAGS)
# CFLAGS = -O2 -Wall -W $(EXTRA_FLAGS)