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/sfdisk | |
parent | 87b685f5d4325ba771e96b0ef49c71f903fb3ae0 (diff) |
Notes
Diffstat (limited to 'sysutils/sfdisk')
-rw-r--r-- | sysutils/sfdisk/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/sfdisk/Makefile b/sysutils/sfdisk/Makefile index 2296c9c57812..398ca4154aac 100644 --- a/sysutils/sfdisk/Makefile +++ b/sysutils/sfdisk/Makefile @@ -26,8 +26,4 @@ NOT_FOR_ARCHS= ia64 CFLAGS+= -DPC98 .endif -.if ${OSVERSION} < 502000 -IGNORE= is only for FreeBSD 5.X and later -.endif - .include <bsd.port.post.mk> |