diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 17:59:31 +0000 |
commit | b2a96c6df1c8809216eced623ec37a8372b3216e (patch) | |
tree | 0c994bc87e8a2f221a7e2be76b9aafc16eab32bb /sysutils/fuser | |
parent | 87b685f5d4325ba771e96b0ef49c71f903fb3ae0 (diff) |
Notes
Diffstat (limited to 'sysutils/fuser')
-rw-r--r-- | sysutils/fuser/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/fuser/Makefile b/sysutils/fuser/Makefile index c6f845adda62..e086171adbbc 100644 --- a/sysutils/fuser/Makefile +++ b/sysutils/fuser/Makefile @@ -23,10 +23,6 @@ PLIST_FILES= bin/fuser .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600000 -IGNORE= src/sys/fs/devfs/devfs_int.h does not exist before OSVERSION 600000 -.endif - .if ${OSVERSION} >= 800000 BROKEN= does not compile .endif |