diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:02:44 +0000 |
commit | f7c0630cd25902e9d0299337f0075f1969f3c15c (patch) | |
tree | a943d8b41968bc02a35c01063aaf35f112a2ce09 /games/bsp | |
parent | 3e2fd4b788942461b3fbd53d7edac9a1abc3488e (diff) |
Notes
Diffstat (limited to 'games/bsp')
-rw-r--r-- | games/bsp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/bsp/Makefile b/games/bsp/Makefile index d372a01e0349..ae6266957e1f 100644 --- a/games/bsp/Makefile +++ b/games/bsp/Makefile @@ -30,10 +30,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |