diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
commit | c1b39669d4c0fcf493382cfe462b10522569781e (patch) | |
tree | 4258e0d342beadc5ca18094ba5ce084e678b753d /misc/rump | |
parent | b1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (diff) | |
download | ports-c1b39669d4c0fcf493382cfe462b10522569781e.tar.gz ports-c1b39669d4c0fcf493382cfe462b10522569781e.zip |
Notes
Diffstat (limited to 'misc/rump')
-rw-r--r-- | misc/rump/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/rump/Makefile b/misc/rump/Makefile index 6482c0a004b0..c25bcc8a4dfb 100644 --- a/misc/rump/Makefile +++ b/misc/rump/Makefile @@ -23,10 +23,6 @@ USE_GCC= any .include <bsd.port.pre.mk> -.if ${OSVERSION} < 1000510 -IGNORE= require 10.0-Release or later -.endif - do-build: cd ${WRKSRC}; ${SETENV} CC=${CC} AR=${AR} NM=${NM} OBJCOPY=${OBJCOPY} ./buildrump.sh -r fullbuild |