~ubuntu-branches/ubuntu/oneiric/sg3-utils/oneiric

« back to all changes in this revision

Viewing changes to examples/Makefile.freebsd

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-11-05 20:42:13 UTC
  • mfrom: (5.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091105204213-ug7wrb6m7l9kmvyg
Tags: 1.28-2
* QA upload.
* Add libsgutils2-2.symbols.kfreebsd. Some of the symbols are Linux
  specific causing FTBFS on kfreebsd.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
MAN_PGS =
13
13
MAN_PREF = man8
14
14
 
15
 
OS_FLAGS = -DSG3_UTILS_FREEBSD
 
15
OS_FLAGS = -DSG_LIB_FREEBSD
16
16
EXTRA_FLAGS = $(OS_FLAGS)
17
17
 
18
18
# CFLAGS = -O2 -Wall -W $(EXTRA_FLAGS)