Skip to content

Commit

Permalink
open-osd: Makefile: BSD builds
Browse files Browse the repository at this point in the history
Don't build all targets on BSD (Only osd-target for now)

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
  • Loading branch information
Boaz Harrosh committed Mar 2, 2009
1 parent 06d86a8 commit 899b2bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ checkpatch_2_kdev = checkpatch-2-kdev
# comment out any below to remove from compelation
all: target
all: stgt
# FreeBSD does not build these yet
UNAME=$(shell uname)
ifneq (FreeBSD,$(UNAME))
all: target_test
all: initiator
all: initiator_tests
all: initiator_python
endif

clean: stgt_clean initiator_clean target_clean util_clean

Expand Down

0 comments on commit 899b2bf

Please sign in to comment.