diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-09 13:57:55 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-09 13:57:55 +0000 |
commit | 8aa34a04783b8c204234ec4aa7635951e7e3f9b7 (patch) | |
tree | aca46fd97748b195dbb1e2a3feab9ed0ce02daf7 /net-mgmt | |
parent | b1222ca9080f5314db2c9aa3e7cba2b4be7b3193 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netams/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/netams/Makefile b/net-mgmt/netams/Makefile index a7e8b56d2d27..297af95f2dbf 100644 --- a/net-mgmt/netams/Makefile +++ b/net-mgmt/netams/Makefile @@ -49,6 +49,8 @@ MAN8= netams.8 flowprobe.8 netamsctl.8 .if ${ARCH} != "i386" BROKEN= does not compile +.elif ${OSVERSION} >= 800000 +BROKEN= does not compile .endif PLIST_FILES+= etc/netams.conf.sample \ |