diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-28 17:29:50 -0500 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-11-28 17:29:50 -0500 |
commit | 3c85157116607be297269b2012e1f999d7dc0a1b (patch) | |
tree | 1224a8c982af11eeea9f38f2f951a330127de8f4 /partutil | |
parent | ac568012ecb66c1040141732637436e7def46578 (diff) |
disable partutil for FreeBSD
Do not build partutil on FreeBSD.
Diffstat (limited to 'partutil')
-rw-r--r-- | partutil/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/partutil/Makefile.am b/partutil/Makefile.am index 67b369be..400192f8 100644 --- a/partutil/Makefile.am +++ b/partutil/Makefile.am @@ -1,4 +1,4 @@ -if !HALD_COMPILE_SOLARIS +if !HALD_COMPILE_SOLARIS && !HALD_COMPILE_FREEBSD INCLUDES = @GLIB_CFLAGS@ @@ -10,5 +10,4 @@ libpartutil_la_LIBADD = @GLIB_LIBS@ @PARTED_LIBS@ clean-local : rm -f *~ - endif |